Matplotlib:contourf3d_demo2示例不';不要使用python3.3

Matplotlib:contourf3d_demo2示例不';不要使用python3.3,python,python-3.x,matplotlib,python-3.3,Python,Python 3.x,Matplotlib,Python 3.3,matplotlib mplot3d contourf函数的当前文档包含两个示例: 其中之一,contourf3d_demo2.py可用于python v2.7.3,但在使用python v3.3.1时出现以下错误: TypeError: unorderable types: Poly3DCollection() < Poly3DCollection() TypeError:无序类型:Poly3DCollection()

matplotlib mplot3d contourf函数的当前文档包含两个示例:

其中之一,contourf3d_demo2.py可用于python v2.7.3,但在使用python v3.3.1时出现以下错误:

TypeError: unorderable types: Poly3DCollection() < Poly3DCollection()
TypeError:无序类型:Poly3DCollection()

另一个示例contourf3d_demo.py运行良好。是否还有其他人可以在python v3.3中使用matplotlib来确认这一点?

现有问题:您使用的是什么版本的mpl?这可能在1.2.1.1.2.0中得到修复,该版本同时用于Python3.3.1和Python2.7.3。我通过调用从matplotlib导入的版本来确定这一点。尝试更新到1.2.1,关于此报告的另一个问题修复了它。