Re: [Matplotlib-users] py2exe and matplotlib errors when executing exe

2010-05-19 Thread Werner F. Bruhin
On 19/05/2010 01:17, New2Python wrote: Thanks, I changed the matplotlibrc file to use the WXAgg backend and then had to copy the file into the mpl.get_configdir() and in my local working dir for it to work. The file runs however a python error screen pops up and then closes without giving me

Re: [Matplotlib-users] align title of subplot with ylabel

2010-05-19 Thread hettling
Thanks for the suggestions, 'annotate' is what I need, I think. I get errors though, also when I run the example scripts from here: http://matplotlib.sourceforge.net/trunk-docs/users/annotations_guide.html#using-complex-coordinate-with-annotation . I get the error 'NoneType' object is not

Re: [Matplotlib-users] introducing mpl_toolkits.gridspec

2010-05-19 Thread Jae-Joon Lee
The functionality of the gridspec is now merged into the matplotlib. The updated documentation can be found in http://matplotlib.sourceforge.net/trunk-docs/users/gridspec.html Regards, -JJ On Tue, May 11, 2010 at 11:57 AM, Jae-Joon Lee lee.j.j...@gmail.com wrote: Hi,  gridspec is a module

[Matplotlib-users] How to have few marks on the lines?

2010-05-19 Thread Omer Khalid
Hi, I am a wondering if it's possible to have few line distinguishing marks on the data lines on a chart such as circle, start, square. When I use some thing like this for the color of the graph (i.e. rs, k^), it uses the shape for each data point and the lines becomes very thick. All I want is

[Matplotlib-users] PY2EXE with Matplotlib and wxPython compiles but won't run???

2010-05-19 Thread David Grudoski
I'm trying to build an executable using PY2EXE; running Python 2.5.2 and wxPython 2.8.10.1 and MatplotLib 0.99.0I tried using the setup.py from the PY2EXE.org Matplotlib page and although everything compiles correctly and generates an executable.When I launch the executable I get the following

Re: [Matplotlib-users] PY2EXE with Matplotlib and wxPython compiles but won't run???

2010-05-19 Thread Werner F. Bruhin
On 19/05/2010 19:55, David Grudoski wrote: I'm trying to build an executable using PY2EXE; running Python 2.5.2 and wxPython 2.8.10.1 and MatplotLib 0.99.0 I tried using the setup.py from the PY2EXE.org Matplotlib page and although everything compiles correctly and generates an executable.

[Matplotlib-users] hist question...

2010-05-19 Thread Nick Schurch
Hi all, Is there anyway of re-ploting the distribution generated by hist at a later point? I want to call it in a subroutine and have the resulting distributions returned so I can plot them without having to recalculate them each time. I couldn't find anything int he online documentation but I

Re: [Matplotlib-users] linearized log axis

2010-05-19 Thread Benjamin Root
Maybe I am misunderstanding your problem, but you can select 'semilog' for the x/yscale parameter. Ben Root On Wed, May 19, 2010 at 7:03 AM, Christer Malmberg christer.malmberg.0...@student.uu.se wrote: Hi, my problem is that I need a graph with a discontinous y-axis. Let me explain the

[Matplotlib-users] Bitness issues?

2010-05-19 Thread Vlad Didenko
Colleagues, I am trying to follow the http://matplotlib.sourceforge.net/users/pyplot_tutorial.html tutorial with little success. The very first import fails with either 64 or 32-bit python. Any hints I have missed? $ python Python 2.6.1 (r261:67515, Feb 11 2010, 00:51:29) [GCC 4.2.1 (Apple

Re: [Matplotlib-users] linearized log axis

2010-05-19 Thread Eric Firing
On 05/19/2010 10:28 AM, Benjamin Root wrote: Maybe I am misunderstanding your problem, but you can select 'semilog' for the x/yscale parameter. You mean symlog. See http://matplotlib.sourceforge.net/examples/pylab_examples/symlog_demo.html Although the example doesn't show it, the axis

Re: [Matplotlib-users] PY2EXE with Matplotlib and wxPython compiles but won't run???

2010-05-19 Thread David Grudoski
Well I was able to compile the embedding_in_wx5.py example ( I'm not sure why or how) but it works. embedding_in_wx2.py still won't compile but I was able to compile my program and get it to run as expected. I'll leave this as another unresolved mystery of programming... My thanks to the

Re: [Matplotlib-users] isolate and locate closed contours

2010-05-19 Thread Jeff Whitaker
On 5/19/10 3:24 PM, Mike Bauer wrote: Hello, I am hoping that there is a way to use matplotlib to process a sea level pressure field and extract the closed contours therein so that I have a collection of lists with the (lon,lat) pairs that define the perimeter of each closed contour. At the