Re: [Matplotlib-users] Axes3D depth problem

2010-07-27 Thread Benjamin Root
On Tue, Jul 27, 2010 at 3:10 PM, wrote: > Hallo Ben Root, > > I put together some snippets > > #CODE > import matplotlib.pyplot as plt > from matplotlib.patches import Circle > import mpl_toolkits.mplot3d.art3d as art3d > from mpl_toolkits.mplot3d import Axes3D > import numpy > import mat

Re: [Matplotlib-users] Axes3D depth problem

2010-07-27 Thread copyrights
Hallo Ben Root, I put together some snippets #CODE import matplotlib.pyplot as plt from matplotlib.patches import Circle import mpl_toolkits.mplot3d.art3d as art3d from mpl_toolkits.mplot3d import Axes3D import numpy import matplotlib step = 0.04 maxval = 1.0 fig = plt.figure() ax = Ax

Re: [Matplotlib-users] Axes3D depth problem

2010-07-27 Thread Benjamin Root
On Tue, Jul 27, 2010 at 2:25 PM, wrote: > Hallo, > > I got a depth problem with Axes3D. I made a plot_surface and add 2 Circle > object with add_patch and mpl_toolkits.mplot3d.art3d.patch_2d_to_3d. > > The problem is that the circles are always in front. I upload a picture > here http://yfrog.com