0
基本上我想使用類似數據集繪製下面的圖表one may note that each line is related with both y1 and y2 axes at the same time.我有一個csv文件,其中三列,一列用於x,其他用於y1和y2。 我該如何繪製? 在此先感謝。使用Gnuplot繪製具有兩個相關Y軸的數據集
基本上我想使用類似數據集繪製下面的圖表one may note that each line is related with both y1 and y2 axes at the same time.我有一個csv文件,其中三列,一列用於x,其他用於y1和y2。 我該如何繪製? 在此先感謝。使用Gnuplot繪製具有兩個相關Y軸的數據集
如果y1 = a y2 +b
,您只需要適當地設置y2range
並要求它被顯示。
set yrange [0:1]
set y2range [0:10]
set y2tics
plot [0:1] x