欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

gnuplot学习进度

程序员文章站 2022-03-29 21:22:53
...
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分

相关标签: gnuplot