Re: [Matplotlib-users] Segmentation fault on show() with currrent SVN on FC4 x86_64

2006-10-24 Thread Matthew Brett
Hi, In 10/24/06, John Hunter <[EMAIL PROTECTED]> wrote: > > "Matthew" == Matthew Brett <[EMAIL PROTECTED]> writes: > > Matthew> I attach a stack trace in case it's helpful. Any > Matthew> pointers on where I should go for debugging further? For completeness - it was specific to the W

Re: [Matplotlib-users] size of axes in pixels

2006-10-24 Thread Glen W. Mabey
On Tue, Oct 24, 2006 at 08:49:19AM -0500, John Hunter wrote: > > "Glen" == Glen W Mabey <[EMAIL PROTECTED]> writes: > > Glen> Hello, I have been unable to discover in the docs a method > Glen> for discovering the exact size in pixels of an axes. > > Glen> The only way I have thoug

[Matplotlib-users] Optimizing images for web display?

2006-10-24 Thread Derek Hohls
Does anyone have experience in what settings to use to create matplotlib images such that they will display well in a webpage - the ones I have are typically square, or 3:2 ratio or 2:1 ration (length:height). What output settings work well so that the images look good on screen and when printed o

Re: [Matplotlib-users] Segmentation fault on show() with currrent SVN on FC4 x86_64

2006-10-24 Thread John Hunter
> "Matthew" == Matthew Brett <[EMAIL PROTECTED]> writes: Matthew> I attach a stack trace in case it's helpful. Any Matthew> pointers on where I should go for debugging further? Hey Matthew See the instructions in SEGFAULTS in the root mpl dir -- it will tell you how to proceed to ge

Re: [Matplotlib-users] size of axes in pixels

2006-10-24 Thread John Hunter
> "Glen" == Glen W Mabey <[EMAIL PROTECTED]> writes: Glen> Hello, I have been unable to discover in the docs a method Glen> for discovering the exact size in pixels of an axes. Glen> The only way I have thought of is to get the size of the Glen> canvas via FigureCanvas.get_wid

[Matplotlib-users] size of axes in pixels

2006-10-24 Thread Glen W. Mabey
Hello, I have been unable to discover in the docs a method for discovering the exact size in pixels of an axes. The only way I have thought of is to get the size of the canvas via FigureCanvas.get_width_height() and then multiply by the results of axes.get_position(), but really I want to have th

Re: [Matplotlib-users] set_ylim() does not work with twinx()-axes

2006-10-24 Thread John Hunter
> "Willi" == Willi Richert <[EMAIL PROTECTED]> writes: Willi> Hi, even with the newest version the problem remains, Willi> unless I put the set_ylim() command _after_ plot(). Why? Quoting myself from my first post in this thread 1) you are calling set_ylim before a plot command and

Re: [Matplotlib-users] set_ylim() does not work with twinx()-axes

2006-10-24 Thread Willi Richert
Hi, even with the newest version the problem remains, unless I put the set_ylim() command _after_ plot(). Why? Am Samstag, 21. Oktober 2006 20:30 schrieb Eric Firing: > Willi Richert wrote: > > Am Freitag, 20. Oktober 2006 17:31 schrieb John Hunter: > >> from pylab import * > >> > >> ax1 = sub