Re: [Matplotlib-users] saving figures

2007-11-15 Thread Eric Firing
Jordan Atlas wrote: > Hello, > > Is it possible to 'save' a matplotlib figure object using something > like the python pickle module? Basically, I'd like to save the 'figure' > as a file so that I can open it and manipulate it if something is > wrong. Alternative suggestions are welcome.

[Matplotlib-users] changes in wx embedded plot after py2exe or resizing

2007-11-15 Thread C M
Using Python 2.5, wxPython 2.8.4.2 (msw-unicode) matplotlib 0.90.1 on winXP. I have two questions: 1) I have a small working app that produces a matplotlib plot. This is a plot embedded in wxPython (it's not using Pylab). When it is run as a python script, it looks fine. However, after packaging

[Matplotlib-users] saving figures

2007-11-15 Thread Jordan Atlas
Hello, Is it possible to 'save' a matplotlib figure object using something like the python pickle module? Basically, I'd like to save the 'figure' as a file so that I can open it and manipulate it if something is wrong. Alternative suggestions are welcome. Thank you, --Jordan Atlas ---

Re: [Matplotlib-users] Installing under Leopard (Mac OSX 10.5)

2007-11-15 Thread Steve Lianoglou
> I still hope somebody more expert will discover a less ugly, more > general, > and less fragile solution. Would using macports be an acceptable/less fragile solution for you? My matplotlib (and pretty much everything) install via macports survived my Tiger -> Leopard upgrade (I did an archi

Re: [Matplotlib-users] Installing under Leopard (Mac OSX 10.5)

2007-11-15 Thread sec6
sec6 wrote: > > sent to: matplotlib-users@lists.sourceforge.net > > I'm attempting to install matplotlib under version 10.5 ("Leopard") of > the Macintosh operating system. > > I had an old installation, via Fink, which broke when I (foolishly) > upgraded from version 10.4 to version 10.5

Re: [Matplotlib-users] problem using LineCollection

2007-11-15 Thread Christian Meesters
Thanks John, > I think you misread the warning on hlines. Indeed. Problem solved. > This error typically arises when the CXX extension code is expecting a > sequence but getting something different. I can't reproduce it here, > but I am running mpl svn and not 0.90.1. Are you installing from src

Re: [Matplotlib-users] problem using LineCollection

2007-11-15 Thread John Hunter
On Nov 15, 2007 7:47 AM, Christian Meesters <[EMAIL PROTECTED]> wrote: > Hi, > > Sorry, if this has been brought up before, but I missed a while reading > the list. > > When I updated my system lately, I also installed the current version of > mpl (0.90.1) and that gave me a DeprecationWarning that

[Matplotlib-users] problem using LineCollection

2007-11-15 Thread Christian Meesters
Hi, Sorry, if this has been brought up before, but I missed a while reading the list. When I updated my system lately, I also installed the current version of mpl (0.90.1) and that gave me a DeprecationWarning that I should use LineCollection now to get my horizontal lines. Well, I didn't figure