📜  gnuplot 绘图线 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:38.409000             🧑  作者: Mango

代码示例1
# Set linestyle 1 to blue (#0060ad)
set style line 1 \
    linecolor rgb '#0060ad' \
    linetype 1 linewidth 2 \
    pointtype 7 pointsize 1.5

plot 'plotting_data1.dat' with linespoints linestyle 1