gnuplot

Posted xiaoyii

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gnuplot相关的知识,希望对你有一定的参考价值。

安装 brew install gnuplot

官网 http://www.gnuplot.info/

绘制图形

首先输入:set term dumb
再次输入: 图形的命令,http://gnuplot.sourceforge.net/demo_5.0/simple.html

set term dumb
set key right nobox
set samples 100
plot [-pi/2:pi] cos(x),-(sin(x) > sin(x+1) ? sin(x) : sin(x+1))

以上是关于gnuplot的主要内容,如果未能解决你的问题,请参考以下文章

gnuplot - 轴上的物理尺寸

gnuplot - 正确裁剪 3D 图(splot)

在不使用十六进制代码的情况下在 gnuplot 中设置线条不透明度

将 Gnuplot 打印到 Kivy 小部件

Gnuplot 创建空的 eps 文件

如何在 C++ 中使用 GNUplot 绘制图形