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

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

2011-05-12 Thread C M
On Thu, May 12, 2011 at 2:50 PM, Michael Droettboom wrote: > On 05/12/2011 02:34 PM, C M wrote: >> >> On Thu, May 12, 2011 at 1:26 PM, Michael Droettboom >>  wrote: >> >>> >>> You can always get a tarball of the current git master by going here: >>> >>> https://github.com/matplotlib/matplotlib >>>

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

2011-05-12 Thread Michael Droettboom
On 05/12/2011 02:34 PM, C M wrote: > On Thu, May 12, 2011 at 1:26 PM, Michael Droettboom wrote: > >> You can always get a tarball of the current git master by going here: >> >> https://github.com/matplotlib/matplotlib >> >> clicking on "Download" and choosing one of the "download source" optio

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

2011-05-12 Thread C M
On Thu, May 12, 2011 at 1:26 PM, Michael Droettboom wrote: > You can always get a tarball of the current git master by going here: > > https://github.com/matplotlib/matplotlib > > clicking on "Download" and choosing one of the "download source" options > at the top of the popup box. > > Mike Than

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

2011-05-12 Thread Michael Droettboom
You can always get a tarball of the current git master by going here: https://github.com/matplotlib/matplotlib clicking on "Download" and choosing one of the "download source" options at the top of the popup box. Mike On 05/11/2011 11:07 AM, C M wrote: > On Wed, May 11, 2011 at 11:07 AM, C M

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

2011-05-11 Thread C M
On Wed, May 11, 2011 at 11:07 AM, C M wrote: > 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 >> exam

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

2011-05-10 Thread Jae-Joon Lee
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)? If not can you try that? Also please post your code. Regards,

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

2011-05-09 Thread C M
On Thu, Sep 30, 2010 at 7:55 AM, Jae-Joon Lee wrote: > On Thu, Sep 23, 2010 at 10:31 AM, C M wrote: >> Until a more permanent solution is figured out, can anyone recommend >> any workarounds, even if they are a little clunky?  I'm embedding mpl >> plots in wxPython and am also finding this issue

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

2010-12-18 Thread Jae-Joon Lee
Glad to hear that others find that code useful. I just want to emphasize that this is not a general solution and never meant to. Although I'm planning to include this functionality into the axes_grid1 toolkit, I don't think this will be integrated with the main matplolib. Regards, -JJ On Wed, D

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

2010-12-14 Thread Daniel Hyams
I'm using it too, with excellent results. Thanks JJ! On Tue, Dec 14, 2010 at 2:13 PM, C M wrote: > >> >> >> On Thu, Sep 30, 2010 at 7:55 AM, Jae-Joon Lee wrote: >> >>> On Thu, Sep 23, 2010 at 10:31 AM, C M wrote: >>> > Until a more permanent solution is figured out, can anyone recommend >>> >

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

2010-12-14 Thread C M
On Thu, Sep 30, 2010 at 7:55 AM, Jae-Joon Lee wrote: > On Thu, Sep 23, 2010 at 10:31 AM, C M wrote: > > Until a more permanent solution is figured out, can anyone recommend > > any workarounds, even if they are a little clunky? I'm embedding mpl > > plots in wxPython and am also finding this is

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

2010-09-30 Thread Jae-Joon Lee
On Thu, Sep 23, 2010 at 10:31 AM, C M wrote: > Until a more permanent solution is figured out, can anyone recommend > any workarounds, even if they are a little clunky?  I'm embedding mpl > plots in wxPython and am also finding this issue suboptimal. > > Che > A (partial) workaround is possible u

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

2010-09-24 Thread Russell E. Owen
In article , John Hunter wrote: > On Wed, Sep 22, 2010 at 8:31 PM, C M > wrote: > > > Until a more permanent solution is figured out, can anyone recommend > > any workarounds, even if they are a little clunky?  I'm embedding mpl > > plots in wxPython and am also finding this issue suboptimal

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

2010-09-23 Thread John Hunter
On Wed, Sep 22, 2010 at 8:31 PM, C M wrote: > Until a more permanent solution is figured out, can anyone recommend > any workarounds, even if they are a little clunky?  I'm embedding mpl > plots in wxPython and am also finding this issue suboptimal. Change your subplots adjust parameters to make

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

2010-09-22 Thread C M
On Wed, Sep 22, 2010 at 6:16 PM, Eric Firing wrote: > On 09/22/2010 10:11 AM, Russell Owen wrote: >> On Sep 22, 2010, at 11:16 AM, Benjamin Root wrote: >> >>> On Wed, Sep 22, 2010 at 12:04 PM, Russell E. Owen >> > wrote: >>> >>>     In article <4c935c08.1000...@gmail.com >>>  

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

2010-09-22 Thread Eric Firing
On 09/22/2010 10:11 AM, Russell Owen wrote: > On Sep 22, 2010, at 11:16 AM, Benjamin Root wrote: > >> On Wed, Sep 22, 2010 at 12:04 PM, Russell E. Owen > > wrote: >> >> In article <4c935c08.1000...@gmail.com >> >, >> Alan G Isaac m

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

2010-09-22 Thread Russell Owen
On Sep 22, 2010, at 11:16 AM, Benjamin Root wrote: On Wed, Sep 22, 2010 at 12:04 PM, Russell E. Owen wrote: In article <4c935c08.1000...@gmail.com>, Alan G Isaac wrote: > http://matplotlib.sourceforge.net/examples/pylab_examples/accented_text.html It's realistic, and that has a lot to be

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

2010-09-22 Thread Benjamin Root
On Wed, Sep 22, 2010 at 2:28 PM, Christopher Barker wrote: > Benjamin Root wrote: > > On Wed, Sep 22, 2010 at 12:04 PM, Russell E. Owen > I'd be much happier with a > > > Ditto on this. In addition, it would be useful to prevent axes labels > > from spilling over into another axes' area. > > So

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

2010-09-22 Thread Christopher Barker
Benjamin Root wrote: > On Wed, Sep 22, 2010 at 12:04 PM, Russell E. Owen I'd be much happier with a > Ditto on this. In addition, it would be useful to prevent axes labels > from spilling over into another axes' area. Someone was working on a wxSizer-like layout tool for MPL -- anyone know w

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

2010-09-22 Thread Benjamin Root
On Wed, Sep 22, 2010 at 12:04 PM, Russell E. Owen wrote: > In article <4c935c08.1000...@gmail.com>, > Alan G Isaac > wrote: > > > > http://matplotlib.sourceforge.net/examples/pylab_examples/accented_text.html > > It's realistic, and that has a lot to be said for it. > > One of my problems with

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

2010-09-22 Thread Russell E. Owen
In article <4c935c08.1000...@gmail.com>, Alan G Isaac wrote: > http://matplotlib.sourceforge.net/examples/pylab_examples/accented_text.html It's realistic, and that has a lot to be said for it. One of my problems with matplotlib is that it is far too willing to truncate axis labels and rela

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

2010-09-17 Thread Alan G Isaac
http://matplotlib.sourceforge.net/examples/pylab_examples/accented_text.html hth, Alan Isaac -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and acce