Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
質問があります。gnuplotの関数からデータ値を取得するにはどうすればよいですか?たとえば、私はします
plot [0:pi] sin(x)
しかし、このプロットからデータ値を取得したいのですが、どうすればよいですか?
テーブルモードが使えます。
set samples 100 set table "sin.dat" plot [0:pi] sin(x)