Hi, In MatPlotLib 1.0.0 the example 'mplot3d/surface3d_demo.py' has the line : ax.set_zlim3d(-1.01, 1.01) while the same file in MatPlotLib 1.1.0 has : ax.set_zlim(-1.01, 1.01)
If I try to use ax.set_zlim(-1.01, 1.01) with MatPlotLib 1.0.0 I get : "$ python surface3d_demo.py Traceback (most recent call last): File "surface3d_demo.py", line 16, in <module> ax.set_zlim(-1.01, 1.01) AttributeError: 'Axes3DSubplot' object has no attribute 'set_zlim'" So what is the recommended way for maximum compatibility (1.0.0/1.1.0) ? Use 'set_zlim' or 'set_zlim3d ? Thanks in advance, Roberto ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel