Re: [matplotlib-devel] mplot3d tutorial, demo code needs slight fix

2011-12-12 Thread Benjamin Root
On Sat, Dec 10, 2011 at 1:58 PM, cgraves wrote: > > For the 3rd contour example at > http://matplotlib.sourceforge.net/mpl_toolkits/mplot3d/tutorial.html , the > code ( > http://matplotlib.sourceforge.net/mpl_examples/mplot3d/contour3d_demo3.py) > should be changed from ax.set_xlim(-40, 40) > to

[matplotlib-devel] mplot3d tutorial, demo code needs slight fix

2011-12-12 Thread cgraves
For the 3rd contour example at http://matplotlib.sourceforge.net/mpl_toolkits/mplot3d/tutorial.html , the code ( http://matplotlib.sourceforge.net/mpl_examples/mplot3d/contour3d_demo3.py ) should be changed from ax.set_xlim(-40, 40) to ax.set_xlim3d(-40, 40) for the code to work. Same for ylim and