LoginSignup
0
0

More than 5 years have passed since last update.

Maximaで複数のグラフをPDFに書く

Last updated at Posted at 2017-06-02
plot2d([1/(x-1),1-log(x-1)],[x,1.0,5],
[gnuplot_preamble, "set zeroaxis; 
                        set xrange [1.0:5.5];
                        set yrange [0:6]"],
[gnuplot_term,pdf],
    [gnuplot_out_file,"twoLines.pdf"]);

Windows10だとgnuplot_out_fileの指定で

C:\\towLines.pdf

と指定したが、権限が不足していたのか、ファイルが出力されなかった。

C:/towLines

としたら、/Users/hoge/c:towLinesに出力しようとするが、
cという0バイトのファイルができるだけだった。

参考資料

関連投稿

関連記事

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0