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
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