[Matplotlib-users] Newbie help with subplots

2013-02-01 Thread Jeff Layton
Good morning, I'm been using matplotlib for a while but it's always been very simple plots (hey - I'm a simple person). I have a need for some fancier plots using subplots. I want to have 3 charts one above the other with a single set of x-axis labels on the bottom subplot that works for all

Re: [Matplotlib-users] Newbie help with subplots

2013-02-01 Thread Benjamin Root
On Fri, Feb 1, 2013 at 11:04 AM, Jeff Layton layto...@att.net wrote: Good morning, I'm been using matplotlib for a while but it's always been very simple plots (hey - I'm a simple person). I have a need for some fancier plots using subplots. I want to have 3 charts one above the other with

Re: [Matplotlib-users] Newbie help with subplots

2013-02-01 Thread Francesco Montesano
2013/2/1 Benjamin Root ben.r...@ou.edu On Fri, Feb 1, 2013 at 11:04 AM, Jeff Layton layto...@att.net wrote: Good morning, I'm been using matplotlib for a while but it's always been very simple plots (hey - I'm a simple person). I have a need for some fancier plots using subplots. I

[Matplotlib-users] Running matplotlib within a Cocoa application

2013-02-01 Thread Matthew D Blackledge
Dear all Has anyone attempted to use matplotlib within a mac (cocoa) application before (e.g. using PyRun_SimpleFile or PyRun_SimpleString)? I can successfully get get a plot to appear in a new window but when closing this window the entire application quits without any error. Looking at the

[Matplotlib-users] interactively getting z-value on a pcolormesh

2013-02-01 Thread Andreas Hilboll
Hi, I often use mpl interactively (in ipython --pylab) to plot 2d data on basemaps using pcolormesh. When moving the mouse over the map, I can see x,y coordinates being displayed in the bottom right of the plot window. What would be more interesting for me is the value of the pcolomesh'ed data

Re: [Matplotlib-users] plotting 3d function

2013-02-01 Thread Pau
Hi, that's true... I have been playing with maxima. I define the function F(x,y,z):=38244.74787*%pi*(x^2+y^2+z^2)^0.125 +1615.975261*%pi*z^2/(x^2+y^2+z^2)^0.875 +(-1292.78021)*%pi*z^2/((x^2+y^2+z^2)^0.875*(1+y^2/x^2)) +1292.78021*%pi*(x^2+y^2+z^2)^0.125/(1+y^2/x^2);