Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Qt 实现小提琴图。我已经检查了互联网上有关此事的资源,但到目前为止,我只找到了使用 R 和 Python 实现的示例。Qt - 或者可能是 Qwt - 拥有实现这些的相关工具,还是我应该切换我的平台?谢谢。
Qt 有一套各种绘图工具,因为小提琴图与任何其他图表没有什么不同,您应该可以轻松地自己使用QPainter.
QPainter
为了清楚起见,我说的是绘制小提琴图,您当然必须自己为它们实现数学和数据结构。