Re: [Matplotlib-users] signal ylabel being truncated

2008-05-15 Thread John Hunter
On Thu, May 15, 2008 at 8:29 AM, Matthias Michler <[EMAIL PROTECTED]> wrote: > Hello Jon, > > maybe I don't undestand correctly, but try to use more space left of the axes > to avoid the disappering of the ylabel like: > ax1 = fig.add_axes([0.3, 0.7, 0.6, 0.2]) > instead of > ax1 = fig.add_axes([0.

Re: [Matplotlib-users] signal ylabel being truncated

2008-05-15 Thread Matthias Michler
Hello Jon, maybe I don't undestand correctly, but try to use more space left of the axes to avoid the disappering of the ylabel like: ax1 = fig.add_axes([0.3, 0.7, 0.6, 0.2]) instead of ax1 = fig.add_axes([0.1, 0.7, 0.8, 0.2]) . That should be a solution, if you have not too different (consideri

Re: [Matplotlib-users] signal ylabel being truncated

2008-05-15 Thread Matthias Michler
Hi Jon, On Thursday 15 May 2008 03:17:29 Jon Choy wrote: > I maybe asking a dumb question, forgive me I'm a novice. I try to add > a ylabel and the left portion of the signal name is cut off when it is > plotted. I can't seem to find the option for displaying the whole > signal. Or do I need to re

[Matplotlib-users] signal ylabel being truncated

2008-05-14 Thread Jon Choy
I maybe asking a dumb question, forgive me I'm a novice. I try to add a ylabel and the left portion of the signal name is cut off when it is plotted. I can't seem to find the option for displaying the whole signal. Or do I need to resize the plotting window? Jon -