Re: [Matplotlib-users] How to make a grid of (plot) grids?

2011-01-04 Thread Benjamin Root
On Tue, Jan 4, 2011 at 6:17 PM, Paul Ivanov wrote: > Gf B, on 2011-01-04 12:31, wrote: > > On Mon, Jan 3, 2011 at 3:53 PM, Paul Ivanov > wrote: > > Gf B, on 2011-01-03 15:23, wrote: > > > > Can such a "grid of grids" be done with matplotlib? If so, could > someone > > > > show me how? > > > >

Re: [Matplotlib-users] How to make a grid of (plot) grids?

2011-01-04 Thread Paul Ivanov
Gf B, on 2011-01-04 12:31, wrote: > On Mon, Jan 3, 2011 at 3:53 PM, Paul Ivanov wrote: > Gf B, on 2011-01-03 15:23, wrote: > > > Can such a "grid of grids" be done with matplotlib? If so, could someone > > > show me how? > > > > You'll be able to group the inner grids visually by adjusting the

[Matplotlib-users] whitespace around custom projection

2011-01-04 Thread Angus McMorland
Hi all, I've created a custom projection for drawing Lambert plots on two adjacent hemispheres, copied closely from the custom_projection_example [1], and attached here. The basics are working I think, but the axes objects have too much whitespace around them, and I can't immediately work out wha

Re: [Matplotlib-users] Bug in boxplot/mlab.prctile

2011-01-04 Thread Goyo
2011/1/1 OKB (not okblacke) : >        I noticed that the boxplot function incorrectly calculates the > location of the median line in each box.  As a simple example, plotting > the dataset [1, 2, 3, 4] incorrectly plots the median line at 3. It seems to work fine in matplotlib 1.0.0: u...@host:~

Re: [Matplotlib-users] How to make a grid of (plot) grids?

2011-01-04 Thread Gf B
On Mon, Jan 3, 2011 at 3:53 PM, Paul Ivanov wrote: Hi, Paul. Thanks for the links! Gf B, on 2011-01-03 15:23, wrote: > > Can such a "grid of grids" be done with matplotlib? If so, could someone > > show me how? > > You'll be able to group the inner grids visually by adjusting the > spacing.