[Matplotlib-users] Example of matplotlib artists

2010-09-22 Thread Bartosz Telenczuk
Hi, I am working on a presentation on matplotlib API and its application to create non-trivial data visualizations. I wrote a script to show some matplotlib artists and I thought it would fit nice the matplotlib examples. If you are interested, please find the script in the attachment. I will

Re: [Matplotlib-users] Example of matplotlib artists

2010-09-22 Thread John Hunter
On Wed, Sep 22, 2010 at 6:37 AM, Bartosz Telenczuk b.telenc...@biologie.hu-berlin.de wrote: Hi, I am working on a presentation on matplotlib API and its application to create non-trivial data visualizations. I wrote a script to show some matplotlib artists and I thought it would fit nice

[Matplotlib-users] citation of mpl

2010-09-22 Thread Bala subramanian
Friends, I have mentioned in my research manuscript that plots were generated by 'matplotlib package'. I dnt find the related reference of mpl. Kindly tell me how can i site mpl. Thanks, Bala -- Start uncovering the many

Re: [Matplotlib-users] citation of mpl

2010-09-22 Thread John Hunter
On Wed, Sep 22, 2010 at 8:45 AM, Bala subramanian bala.biophys...@gmail.com wrote: Friends, I have mentioned in my research manuscript that plots were generated by 'matplotlib package'. I dnt find the related reference of mpl. Kindly tell me how can i site mpl. You can certainly reference the

Re: [Matplotlib-users] citation of mpl

2010-09-22 Thread John Hunter
On Wed, Sep 22, 2010 at 8:59 AM, John Hunter jdh2...@gmail.com wrote: Matplotlib: A 2D Graphics Environment Source: Computing in Science and Engineering archive Volume 9 , Issue 3 (May 2007) Pages: 90-95 Year of Publication: 2007 ISSN:1521-9615 Author:John D. Hunter Publisher :

Re: [Matplotlib-users] citation of mpl

2010-09-22 Thread Alan G Isaac
On 9/22/2010 9:45 AM, Bala subramanian wrote: Kindly tell me how can i site mpl. Google is your friend: http://www.google.com/search?q=cite+matplotlib hth, Alan Isaac -- Start uncovering the many advantages of virtual

Re: [Matplotlib-users] Example of matplotlib artists

2010-09-22 Thread Bartosz Telenczuk
Great - nice example. I added it to svn so it will show up in the gallery and examples directory next time we update the website. In svn it is in examples/api/artist_demo.py. I am glad you like it. Another way to do this which might simplify the layout would be to use 1 axes (with the

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] citation of mpl

2010-09-22 Thread Jason Grout
On 09/22/2010 08:59 AM, John Hunter wrote: On Wed, Sep 22, 2010 at 8:45 AM, Bala subramanian bala.biophys...@gmail.com wrote: Friends, I have mentioned in my research manuscript that plots were generated by 'matplotlib package'. I dnt find the related reference of mpl. Kindly tell me how

Re: [Matplotlib-users] citation of mpl

2010-09-22 Thread Benjamin Root
On Wed, Sep 22, 2010 at 3:13 PM, Jason Grout jason-s...@creativetrax.comwrote: On 09/22/2010 08:59 AM, John Hunter wrote: On Wed, Sep 22, 2010 at 8:45 AM, Bala subramanian bala.biophys...@gmail.com wrote: Friends, I have mentioned in my research manuscript that plots were generated by

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] Permission error after installing MPL 1.0 on Mac

2010-09-22 Thread Peter Hoekje
I had this same problem. Installed matplotlib-1.0.0-python.org-py2.6-macosx10.4.dmg on 15 Sept 2010 from matplotlib.sourceforge.net on OSX 10.6.1 and python 2.6 from python.org, and got same error when trying to plot(something). It turns out that all the image files (for buttons on the plot

Re: [Matplotlib-users] Permission error after installing MPL 1.0 on Mac

2010-09-22 Thread Benjamin Root
On Wed, Sep 22, 2010 at 7:00 PM, Peter Hoekje phoe...@bw.edu wrote: I had this same problem. Installed matplotlib-1.0.0-python.org-py2.6-macosx10.4.dmg on 15 Sept 2010 from matplotlib.sourceforge.net on OSX 10.6.1 and python 2.6 from python.org, and got same error when trying to

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

Re: [Matplotlib-users] Permission error after installing MPL 1.0 on Mac

2010-09-22 Thread Peter Hoekje
OK, I spoke a little too soon last time. I reinstalled it tonight and looked a little closer. Essentially all of the regular files under .../site-packages/matplotlib/... and its subdirectories have permissions similar to -rw--w not just the mpl-data subdir, and I guess they should be