gnuplot:gallery:折れ線グラフ

折れ線グラフ

$ sh mkgraph.sh

適時filenameを置き換えて上記のように実行してください。

mkgraph.sh
gnuplot <<EOF
filename = "sample.csv"
set datafile separator ","
set xlabel "label x"
set ylabel "label y"
set tics font "Arial, 12"
set terminal pngcairo
set output "sample.png"
plot [] [] filename title "name of data" with lines
#EOF
  • /home/users/2/lolipop.jp-4404d470cd64c603/web/ws/data/pages/gnuplot/gallery/折れ線グラフ.txt
  • 最終更新: 2020/02/19 23:10
  • by baba