Thanx all,
Can it be used to do a projection not only on the xoy axis but also on the
xoz and yoz?
N

2009/10/9 Andrew Straw <straw...@astraw.com>

> Matthias Michler wrote:
> > Hello list,
> >
> > I'm not an expert in axes3d, but in case the feature which Nicolas
> requested
> > is not possible in an easy manner up to now, I propose an additional
> kwarg
> > for axes3d.Axes3D.contour. Something like *offset*. If offset is None the
> > z-values of the contour lines corresponds to given Z and otherwise offset
> is
> > used for the z-values of the contour lines.
> > I attached a changed axes3d.py and a patch against current svn. The
> result is
> > illustrated in the contour3d_demo.png.
> >
> > Could any of the experts have a look at it and tell me if this could be
> > useful, please?
> >
> > Thanks in advance for any comments.
> >
> > Kind regards
> > Matthias
> >
> > On Wednesday 30 September 2009 19:22:42 Nicolas Bigaouette wrote:
> >
> >> Hi,
> >> I have a nice plot_surface() using mplot3d (see attachement).
> >>
> >> I'd like to project the surface on the axis xoy, xoz and yoz with a
> >> contour, similar to this figure:
> >> http://homepages.ulb.ac.be/~dgonze/INFO/matlab/fig19.jpg<http://homepages.ulb.ac.be/%7Edgonze/INFO/matlab/fig19.jpg>
> >>
> >> Is it possible using matplotlib and mplot3d?
> >>
> >> Thanx!
> >>
> >
> >
> Hi Matthias,
>
> I committed your patch to a github branch of MPL, but I'll let Reinier
> actually commit something based on this to MPL.
> http://github.com/astraw/matplotlib/tree/dev/michler-3d-contourf-offsets
>
> -Andrew
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to