Re: [Matplotlib-users] simple colorbar question

2009-12-16 Thread Jae-Joon Lee
There is no automatic way (that are implemented in matplotlib) to adjust the location of the colorbar axes to match that of the parent axes. Thus you need to manually do this. The axes_grid toolkit (which is included in 0.99) provide some helper function for it though. Check out the function "demo

Re: [Matplotlib-users] suptitle interfering with figure

2009-12-16 Thread Eric Firing
Bruce Ford wrote: > Using the code below, I'm placing a second title on a figure. However > this title is placed over the figure and does not adjust the figure > placement for the title. Is there a way to adjust the placement of > the figure further down? I'm not seeing any such setting. > >

[Matplotlib-users] suptitle interfering with figure

2009-12-16 Thread Bruce Ford
Using the code below, I'm placing a second title on a figure. However this title is placed over the figure and does not adjust the figure placement for the title. Is there a way to adjust the placement of the figure further down? I'm not seeing any such setting. pyplot.suptitle(MakeTitle

Re: [Matplotlib-users] Memory issues with imshow

2009-12-16 Thread Wellenreuther, Gerd
Perry Greenfield wrote: > To give an idea, when you ask matplotlib to render an image, it > processes it (resamples, rescales, maps to colors, etc) in order to > actually display it. Since it may redo all that if you resize or > otherwise re-render the figure, it needs to keep a reference to t

Re: [Matplotlib-users] matplotlib._png failure on 64-bit OSX

2009-12-16 Thread listservs
On 16/12/2009, at 7:47 PM, Christopher Fonnesbeck wrote: > I have built matplotlib from svn on OSX 10.6, using the make.osx script that > is included with the source, except with the 32-bit build flags removed. The > resulting module fails on import, however, with the following: > > I was able