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

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 p...@iki.fi 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

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 lee.j.j...@gmail.com 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

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

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 md...@stsci.edu 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

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 md...@stsci.edu wrote: On 05/12/2011 02:34 PM, C M wrote: On Thu, May 12, 2011 at 1:26 PM, Michael Droettboommd...@stsci.edu  wrote: You can always get a tarball of the current git master by going here:

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 cmpyt...@gmail.com wrote: On Wed, May 11, 2011 at 12:29 AM, Jae-Joon Lee lee.j.j...@gmail.com 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

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 lee.j.j...@gmail.com wrote: On Thu, Sep 23, 2010 at 10:31 AM, C M cmpyt...@gmail.com 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

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,

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 lee.j.j...@gmail.com wrote: On Thu, Sep 23, 2010 at 10:31 AM, C M cmpyt...@gmail.com 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

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 cmpyt...@gmail.com wrote: On Thu, Sep 30, 2010 at 7:55 AM, Jae-Joon Lee lee.j.j...@gmail.comwrote: On Thu, Sep 23, 2010 at 10:31 AM, C M cmpyt...@gmail.com wrote: Until a more permanent solution 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 cmpyt...@gmail.com 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

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

2010-09-24 Thread Russell E. Owen
In article aanlktinjbfo6zioh1j_w=0ut-xur0ck1y8fsaant1...@mail.gmail.com, John Hunter jdh2...@gmail.com wrote: On Wed, Sep 22, 2010 at 8:31 PM, C M cmpyt...@gmail.com wrote: Until a more permanent solution is figured out, can anyone recommend any workarounds, even if they are a little

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 cmpyt...@gmail.com 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

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 alan.is...@gmail.com 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

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 ro...@uw.edu wrote: In article 4c935c08.1000...@gmail.com, Alan G Isaac alan.is...@gmail.com 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

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 ro...@uw.edu 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 --

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 chris.bar...@noaa.govwrote: Benjamin Root wrote: On Wed, Sep 22, 2010 at 12:04 PM, Russell E. Owen ro...@uw.edu I'd be much happier with a Ditto on this. In addition, it would be useful to prevent axes labels from spilling over into

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 ro...@uw.edu wrote: In article 4c935c08.1000...@gmail.com, Alan G Isaac alan.is...@gmail.com wrote: http://matplotlib.sourceforge.net/examples/pylab_examples/accented_text.html It's

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 ro...@uw.edu mailto:ro...@uw.edu wrote: In article 4c935c08.1000...@gmail.com mailto:4c935c08.1000...@gmail.com, Alan G Isaac

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 efir...@hawaii.edu 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 ro...@uw.edu mailto:ro...@uw.edu wrote:     In article

[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