python - 如何加快 mplot3d 的渲染速度?

标签 python matplotlib mplot3d

我正在使用 mplot3d 可视化对象的带时间戳的 xy 位置。我想旋转并放大结果图以更好地理解细节。 Python 渲染图形的速度非常慢,几乎不可能做我想做的事。有没有办法让 3d 绘图更快地操作(GPU 加速、线框等)?

enter image description here

最佳答案

一个选择可能是使用 MayaVi,这是 mplot3d 本身推荐的: http://matplotlib.org/mpl_toolkits/mplot3d/faq.html#how-is-mplot3d-different-from-mayavi

(事实上“强烈推荐”)

关于python - 如何加快 mplot3d 的渲染速度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41898699/

相关文章:

python - 如何在 Python 中控制函数的参数精度

python - 表达通过两个 'named' 值专门切换的变量的大多数 pythonic 方式

python - 如何为 matplotlib 设置 x 轴上的日期格式

matplotlib - 无法在 python 绘图中使用 Latex - RuntimeError : LaTeX was not able to process the following string: b'lp'

python - 来自带有 matplotlib 的数组的 3D 曲线的线条颜色

java - 如何使用 JPype 捕获并显示 java.lang.RuntimeException 的堆栈跟踪

python - 值错误: list.删除(x): x not in list (But it is!)

python - Matplotlib 3d 绘图 : get single colormap across 2 surfaces

python - 在 matplotlib 中绘制矩阵,在获取正值和负值的索引数据时,返回错误的绘图轴或数据

python - matplotlib Axes3D 中的 mayavi 3d 对象