Hi Chris and others,
On 11/23/11 12:39 PM, Chris Barker wrote:
> On 11/23/11 10:38 AM, Benjamin Root wrote:
>
>
> > There is an HTML5 backend, supposedly. Don't know how well documented it
> > is, though.
> >
>
> Hmm -- coll idea -- I'll look into that at some point. However, as I
> don
On Sunday, November 27, 2011, Roberto Colistete Jr. <
roberto.colist...@gmail.com> wrote:
> 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
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
Trace