[Matplotlib-users] Customize y axe mpl + wxpython

2011-05-13 Thread Gruel Bruno
Hello, I'm a new matplotlib user and i have some question on embeded mpl into WxPython app. It's true that i a lot of doc but i don't find my solution (my poor english it's maybe for somethings). My problem is not to how to embeded it but how customize customize my y axe whit barh chart. Whit

Re: [Matplotlib-users] eps output and fill_between

2011-05-13 Thread Eric Firing
On 05/13/2011 05:19 AM, Johannes Radinger wrote: > > Original-Nachricht >> Datum: Fri, 13 May 2011 10:58:15 -0400 >> Von: Michael Droettboom >> An: matplotlib-users@lists.sourceforge.net >> Betreff: Re: [Matplotlib-users] eps output and fill_between > >> Running it through gs (gho

Re: [Matplotlib-users] another incorrectly clipped PNG in the gallery

2011-05-13 Thread C M
On Wed, May 11, 2011 at 12:29 AM, Jae-Joon Lee wrote: > I think I fixed a similar bug at some point but I'm not sure if that > is related with this. > Are you using the *make_axes_area_auto_adjustable* from the current > git master (check > examples/axes_grid/make_room_for_ylabel_using_axesgrid.py

Re: [Matplotlib-users] another incorrectly clipped PNG in the gallery

2011-05-13 Thread C M
On Fri, May 13, 2011 at 6:23 AM, Pauli Virtanen wrote: > Thu, 12 May 2011 15:16:43 -0400, C M wrote: > [clip: installing Python modules] >> Is there a step-by-step method on the >> website that shows how to do this? > > Here: http://docs.python.org/install/index.html Thanks, but I guess I can't i

Re: [Matplotlib-users] eps output and fill_between

2011-05-13 Thread Johannes Radinger
Original-Nachricht > Datum: Fri, 13 May 2011 10:58:15 -0400 > Von: Michael Droettboom > An: matplotlib-users@lists.sourceforge.net > Betreff: Re: [Matplotlib-users] eps output and fill_between > Running it through gs (ghostscript) gives this error: > > = > > GPL Ghostscri

Re: [Matplotlib-users] Text outside the graphs "box"

2011-05-13 Thread Michael Droettboom
I think there's a confusion of definition here: figure: The entire image axes: A box within the figure containing a plot Mike On 05/13/2011 10:20 AM, Johannes Radinger wrote: > That is not what I want, to put the text inside the figure. > > I want the text above the figure with some space

Re: [Matplotlib-users] Text outside the graphs "box"

2011-05-13 Thread Benjamin Root
On Friday, May 13, 2011, Johannes Radinger wrote: > That is not what I want, to put the text inside the figure. > > I want the text above the figure with some space (e.g 2 cm) to the figure > thats why I tried 0, 1.2 but then the text is outside the margins > "figure" is the term for the entire p

Re: [Matplotlib-users] eps output and fill_between

2011-05-13 Thread Michael Droettboom
Running it through gs (ghostscript) gives this error: = GPL Ghostscript 8.70 (2009-07-31) Copyright (C) 2009 Artifex Software, Inc. All rights reserved. This software comes with NO WARRANTY: see the file PUBLIC for details. Error: /stackoverflow in -file- Operand stack: --nostringval-- E

Re: [Matplotlib-users] Text outside the graphs "box"

2011-05-13 Thread Johannes Radinger
That is not what I want, to put the text inside the figure. I want the text above the figure with some space (e.g 2 cm) to the figure thats why I tried 0, 1.2 but then the text is outside the margins /j Original-Nachricht > Datum: Fri, 13 May 2011 14:03:16 + (UTC) > Von: Pau

Re: [Matplotlib-users] Text outside the graphs "box"

2011-05-13 Thread Pauli Virtanen
Fri, 13 May 2011 15:58:37 +0200, Johannes Radinger wrote: > Hello again I tried: > > plt.figtext(0, 1.2, r'$F(x)=p*\frac{1}{s1\sqrt{2\pi}}$', fontsize=20) > > but then the text is outside the printed area and therefore not > displayed. Does that mean that the printed area has to be changed as > w

Re: [Matplotlib-users] eps output and fill_between

2011-05-13 Thread Johannes Radinger
Does anyone already know what causes the problem with the fill_between and the eps output? /johannes Original-Nachricht > Datum: Thu, 12 May 2011 17:10:43 +0200 > Von: Johannes Radinger > An: John Hunter > CC: matplotlib-users@lists.sourceforge.net > Betreff: Re: [Matplotlib

Re: [Matplotlib-users] Text outside the graphs "box"

2011-05-13 Thread Johannes Radinger
Hello again I tried: plt.figtext(0, 1.2, r'$F(x)=p*\frac{1}{s1\sqrt{2\pi}}$', fontsize=20) but then the text is outside the printed area and therefore not displayed. Does that mean that the printed area has to be changed as well? /j Original-Nachricht > Datum: Fri, 13 May 201

Re: [Matplotlib-users] Text outside the graphs "box"

2011-05-13 Thread Michael Droettboom
figtext will let you place text relative to the figure, not the axes: http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.figtext Cheers, Mike On 05/13/2011 08:46 AM, Johannes Radinger wrote: > Hej > > > I want to include a mathematical expression but want to position it > ou

[Matplotlib-users] Text outside the graphs "box"

2011-05-13 Thread Johannes Radinger
Hej I want to include a mathematical expression but want to position it outside the graphs box. I want it above the graph, so i tried to set it as title but there is to less space between the title and the graphs box. how can that be done? how to set a position outside the box? I tried eg: p

Re: [Matplotlib-users] another incorrectly clipped PNG in the gallery

2011-05-13 Thread Pauli Virtanen
Thu, 12 May 2011 15:16:43 -0400, C M wrote: [clip: installing Python modules] > Is there a step-by-step method on the > website that shows how to do this? Here: http://docs.python.org/install/index.html -- Achieve unprec