GnuPlot初探

1.图中的叫做图例,参数设置是Key

2.ytcis是纵坐标的刻度,yrange是纵坐标的跨度

set ytics 0,0.05,1
set yrange[0:1.05]

3.gnuplot中不可以换行的,换行后面加上

参考链接

gnuplot的api库:http://gnuplot.sourceforge.net/docs_4.2/node1.html

教程:http://dsec.pku.edu.cn/dsectest/dsec_cn/gnuplot/

常见的操作:http://blog.chinaunix.net/uid-10577171-id-2947543.html

常用的柱状图:http://www.gnuplot.info/demo_svg_5.0/histograms.html

原文地址:https://www.cnblogs.com/MuscleBJL/p/4257354.html