From: ben.v.r...@gmail.com [mailto:ben.v.r...@gmail.com] On Behalf Of Benjamin 
Root
Sent: Monday, January 23, 2012 10:49 AM
To: Moore, Eric (NIH/NIDDK) [F]
Cc: matplotlib-users@lists.sourceforge.net
Subject: Re: [Matplotlib-users] Plotting contour in X-Z plane


On Thu, Jan 19, 2012 at 12:01 PM, Moore, Eric (NIH/NIDDK) [F] 
<eric.moo...@nih.gov<mailto:eric.moo...@nih.gov>> wrote:
> -----Original Message-----
> From: alw46 
> [mailto:amandalaurelw...@gmail.com<mailto:amandalaurelw...@gmail.com>]
> Sent: Thursday, January 19, 2012 11:31 AM
> To: 
> matplotlib-users@lists.sourceforge.net<mailto:matplotlib-users@lists.sourceforge.net>
> Subject: [Matplotlib-users] Plotting contour in X-Z plane
>
>
> Hi All,
>
> I have a question similar to one posted on Aug 30, 2011 titled
> "Plotting 2D
> contourf in Axes3D X-Z plane instead of X-Y plane".  In fact, it is the
> same
> question, and I can't seem to find a satisfactory answer anywhere.
>
> I've attached an image of what I've done in the X-Y plane for
> reference.
> Like the other post, I'd like to do something similar to what I've done
> in
> the X-Y direction, but in the X-Z and Y-Z planes.  Since I've set up a
> grid
> of points throughout the space, this effectively allows me to take
> "section
> cuts" in different directions in the space.  But I can't seem to figure
> out
> how to do it.  I've switched around the "z-dir", as well as replacing X
> and
> Y with Z in ax.contourf.  For reference, I'm using matplotlib 1.1.0.
>
> I'm trying to achieve a similar affect to Mayavi's 'image_plane_widget'
> to
> take volume slices, but using matplotlib.
>
> http://old.nabble.com/file/p33168965/contours_xy.png
> --
> View this message in context: http://old.nabble.com/Plotting-contour-
> in-X-Z-plane-tp33168965p33168965.html
> Sent from the matplotlib - users mailing list archive at Nabble.com.
>
I've attached a function that I think does something similar to what you want, 
although without quite all of the bells and whistles you're looking for.  I'm 
sure there are better ways than just plotting so many lines, but it worked for 
quickly looking at some data for me.

Eric

Eric,

That is a neat example.  Do you mind if I clean it up and include it in the mpl 
gallary?

Ben Root

Ben,
 I don't mind.  Please feel free to do so.
Eric

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to