Re: [Matplotlib-users] cumulative distribution function

2007-03-21 Thread Werner Hoch
Hi Simson, On Wednesday 21 March 2007 02:59, Simson Garfinkel wrote: Thanks for the information. Unfortunately, this CDF doesn't look like the CDF that we see in other published papers. I'm not sure what they are done with... But they have a thin line that shows the integral of all

Re: [Matplotlib-users] making subplots with rows different sizes

2007-03-21 Thread John Hunter
On 3/21/07, Michael Lerner [EMAIL PROTECTED] wrote: Hi, I want to make a figure that has three subplots. The top one should be a big, mostly square thing. The bottom two should be rectangular things. That is, I want it to look like this: X X X X X X X

Re: [Matplotlib-users] twinx() multiple x-axes?

2007-03-21 Thread Richard Albright
use tick top: ax = twinx() ax.xaxis.tick_top() On Wed, 2007-03-21 at 18:17 +0100, Matthew Czesarski wrote: Hi matplotlib-users! OK, yeah, I'm pretty new to matplotlib/pylab... I played with biggles for a short while but, all (more than 3) my python-using associates in the astronomical

Re: [Matplotlib-users] making subplots with rows different sizes

2007-03-21 Thread Eric Firing
John Hunter wrote: On 3/21/07, Michael Lerner [EMAIL PROTECTED] wrote: Hi, I want to make a figure that has three subplots. The top one should be a big, mostly square thing. The bottom two should be rectangular things. That is, I want it to look like this: X X X X