介绍几个 可以用在 C/C++ 语言里的画函数图像的库

gnuplot

http://stahlke.org/dan/gnuplot-iostream/
git clone https://github.com/dstahlke/gnuplot-iostream.git

plplot

https://plplot.sourceforge.net
vcpkg 已经包含这个包了。可以直接 vcpkg install plplot

dislin

https://www.mps.mpg.de/dislin 商业用途需付费。

vtk

https://www.vtk.org/ 3D 功能很强,也可以用来画普通的 2D 函数图像。
vcpkg 已经包含这个包了。可以直接 vcpkg install vtk

DPlot Jr

https://www.dplot.com/software-developers.htm

MathGL

https://sourceforge.net/projects/mathgl/

PGPlot

http://www.astro.caltech.edu/~tjp/pgplot/

下面几个是 qt 相关的。

Qwt、QwtPolar、QwtPlot3D

https://qwt.sourceforge.io/
http://qwtpolar.sourceforge.net/
http://qwtplot3d.sourceforge.net/

QCustomPlot

http://www.qcustomplot.com/

最后2个是 wxWidgets 上的。

istiChartLib

https://firagiel.com/web/technical-software/istichartlib/

wxFreeChart

http://wxcode.sourceforge.net/components/freechart/

猜你喜欢

转载自blog.csdn.net/liyuanbhu/article/details/102058626