matplotlib mplot3d contourf 函数的当前文档包含两个示例:
mplot3d 教程 - Matplotlib 1.2.1 文档
其中之一,contourf3d_demo2.py 适用于 python v2.7.3,但当我使用 python v3.3.1 时失败并出现以下错误:
TypeError: unorderable types: Poly3DCollection() < Poly3DCollection()
另一个例子,contourf3d_demo.py,工作正常。有没有其他人在 python v3.3 中使用 matplotlib 可以证实这一点?