next up previous contents
Next: スクリプト Up: グラフのプロット (2 次元) Previous: MATLAB タイプ

PS ファイルの作り方

以下の方法は, plot, gplot, gsplot のいずれにも使える:
octave> plot (t,x)
octave> gset term postscript
octave> gset output "foo.ps"
octave> replot
octave> gset term X



Toru Sasaki
2001-07-23