2

gnuplot を使用して画像をプロットしようとしていますが、常に「サポートされていないシーケンシャル デバイスからの ras ファイルの読み取り」が返されます。「test.txt」という名前のファイルに次のものが含まれていると考えてください。

6 5 4 3 1 0
3 2 2 0 0 1
0 0 0 0 1 0
0 0 0 0 2 3
0 0 1 2 4 3
0 1 2 3 4 5

gnuplot の使用:

gnuplot> plot "test.txt" matrix  w image
gnuplot> Reading ras files from sequential devices not supported
Reading ras files from sequential devices not supported

私はそれについて何ができますか?コンピューターにインストールしていないソフトウェアはありますか? 私は openSuse を使用していますが、まだあまり慣れていません。

前もって感謝します

4

0 に答える 0