gnuplot

tags: note

reference:


  • 要比較程式執行時間的話要先自己跑時間計算,並將結果存成一個 dataset
  • gnuplot 再寫 script 去讀取 dataset 的資料

script 副檔名為 .gp

  • 簡單指令

$ gnuplot <script.gp> (繪圖)
$ eog <filename> (看圖)

  • 繪圖
    • gnuplot 會依據程式碼的 順序 來繪圖