gnuplot-440targz
如果你用的是centos minimal版本,需要安装x11窗口才能实时看到产生的图, #解压 tar -xvf gnuplot-5.2.0.tar.gz #经典三步 ./configure --prefix=/opt/gnuplot make;make install #添加环境变量 自己在/etc/profile.d目录创建gnuplot.sh目录,编辑以下内容 PATH=/opt/gnuplot/bin:$PATH export PATH #执行gnuplot命令 gnuplot #在gnuplot提示符下执行"plot sin(x)"绘制正弦曲线 gnuplot> plot sin(
用户评论