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 绘图库?
基础教程推荐
- 使用从字符串中提取的参数调用函数 2022-01-01
- 如何在不破坏 vtbl 的情况下做相当于 memset(this, ...) 的操作? 2022-01-01
- Windows Media Foundation 录制音频 2021-01-01
- 管理共享内存应该分配多少内存?(助推) 2022-12-07
- 为什么语句不能出现在命名空间范围内? 2021-01-01
- 为 C/C++ 中的项目的 makefile 生成依赖项 2022-01-01
- 从 std::cin 读取密码 2021-01-01
- 在 C++ 中循环遍历所有 Lua 全局变量 2021-01-01
- 如何使图像调整大小以在 Qt 中缩放? 2021-01-01
- 如何“在 Finder 中显示"或“在资源管理器中显 2021-01-01