Is there any #39;out-of-the-box#39; 2D/3D plotting library for C++?(是否有任何“开箱即用的 C++ 2D/3D 绘图库?)
问题描述
我查看了在交互式窗口中绘制函数(或其他类型的图形)的不同选项.我主要使用 wxWidgets,但我对任何其他接口"持开放态度.
I looked at the different options for plotting functions (or other types of graphs) in an interactive window. I mostly use wxWidgets but I'd be open to any other "interfaces".
wxPlot:自 2006 年以来未更新.但如果它...
wxPlot: Not updated since 2006. But it would be a good candidate if it was...
wxMathPlot:非常新,不成熟,功能很少(仍然活跃?)
wxMathPlot: Very new, not mature, few features (still active?)
libgraph:过时的,不是反驳的,只有 2D 并且只输出图像.
libgraph: Outdated, not rebust, 2D only and outputs images only.
koolplot:太基础了,无法控制创建的窗口.
koolplot: Too basic, no control over the created window.
EasyBMP:非常基础,只输出图像.
EasyBMP: Very basic, only images output.
plotutils:仅限命令行.
plplot:C 和 C++ API 几乎没有维护.事实上,wxPlot 正是基于此.如果我们更新了 C 和 C++ 接口,也可能是一个候选对象.
plplot: C and C++ API are barely maintained. It is in fact on this that wxPlot is based. Could be a could candidate also if C and C++ interface we're updated.
有什么意见吗?想法?
谢谢!
推荐答案
虽然这个帖子很老但是很金.QCustomPlot 也是非常值得推荐的,以补充这个列表.
Even though this thread is old but gold. QCustomPlot is very recommendable as well to complement this list.
这篇关于是否有任何“开箱即用"的 C++ 2D/3D 绘图库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:是否有任何“开箱即用"的 C++ 2D/3D 绘图库?
- 使用/clr 时出现 LNK2022 错误 2022-01-01
- 静态初始化顺序失败 2022-01-01
- 如何对自定义类的向量使用std::find()? 2022-11-07
- 从python回调到c++的选项 2022-11-16
- C++ 协变模板 2021-01-01
- 一起使用 MPI 和 OpenCV 时出现分段错误 2022-01-01
- Stroustrup 的 Simple_window.h 2022-01-01
- 与 int by int 相比,为什么执行 float by float 矩阵乘法更快? 2021-01-01
- 近似搜索的工作原理 2021-01-01
- STL 中有 dereference_iterator 吗? 2022-01-01