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