gnuplot学习进度

gnuplot> plot sin(5*x)
gnuplot> set samples 500
gnuplot> unset key
gnuplot> set title "sin Function Image"
gnuplot> set xlabel "x"
gnuplot> set ylabel "y" 
gnuplot> set xrange [-2*pi:2*pi]
gnuplot> set xtics pi
gnuplot> set mxtics 2
gnuplot> set ytics -1,0.5,1
gnuplot> replot

gnu_tutorial

1.数学表达式

2.简单函数绘图

3.坐标取值范围及刻度

4.简单数据绘图 

电线风格

多组数据绘图

输出图片 eps pdf png

Enhanced 文本模式

2018年7月30日17点03分

猜你喜欢

转载自blog.csdn.net/zhangtao_heu/article/details/81288241