gnuplot MEMO

履歴

  • 2017-01-11 高橋芳幸 新規作成
  • 2017-07-03 高橋芳幸 更新

gnuplot で pdf ファイルを出力する方法

gnuplot> set term pdf
gnuplot> set output "file.pdf"

gnuplot でデータファイルの先頭 3 行をスキップする方法

gnuplot> plot "data.dat" every ::3 using 1:2 with lines