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
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
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
> "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
> "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
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
> "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
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