Looking for a Compiled Demo of MPL Graphics

Does anyone know where I can find a compiled demo that uses MPL grphics? I'd like, if possible, a Win version whose size is less than 10M, so that I can send it via e-mail, if necessary. It should use plot, so that someone can manipulate the plot with the navigation controls. At this point, I have no idea if that method is the fundamental graph tool or not. I suspect it is.

If a mailable demo isn't available, maybe there's a web site that one can download such examples from?

···

--
"Crime is way down. War is declining. And that's far from the good news." -- Steven Pinker (and other sources) Why is this true, but yet the media says otherwise? The media knows very well how to manipulate us (see limbic, emotion, $$). -- WTW

Strange that there wouldn't be any such demos. :wink: However, I'm now rolling my own.

···

On 2/15/2010 6:55 AM, Wayne Watson wrote:

Does anyone know where I can find a compiled demo that uses MPL grphics?
I'd like, if possible, a Win version whose size is less than 10M, so
that I can send it via e-mail, if necessary. It should use plot, so that
someone can manipulate the plot with the navigation controls. At this
point, I have no idea if that method is the fundamental graph tool or
not. I suspect it is.

If a mailable demo isn't available, maybe there's a web site that one
can download such examples from?
   
--
             "There is nothing so annoying as to have two people
              talking when you're busy interrupting." -- Mark Twain

Wayne Watson wrote:

Strange that there wouldn't be any such demos. :wink:

I've got a small prototype app that embeds MPL in wxPython, bundled up with py2exe (and py2app for the Mac). It's 11.7MB, if you want me to mail it to you.

Bundled up python apps tend to be big, they have to include all of:

-Your code (not usually very big)

-Python itself (fairly big)

-The gui toolkit (wxPython is very big)

-Any other packages you are using.

Bandwidth and disk space, and memory are cheaper than they used to be, so it's not that big a deal, really.

> However, I'm now rolling my own.

always a good lesson, anyway.

-Chris

···

On 2/15/2010 6:55 AM, Wayne Watson wrote:

Does anyone know where I can find a compiled demo that uses MPL grphics?
I'd like, if possible, a Win version whose size is less than 10M, so
that I can send it via e-mail, if necessary. It should use plot, so that
someone can manipulate the plot with the navigation controls. At this
point, I have no idea if that method is the fundamental graph tool or
not. I suspect it is.

If a mailable demo isn't available, maybe there's a web site that one
can download such examples from?
   
--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@...259...

Thanks for the offer, but "potentially" I'm OK on py2exe. I saw that, because I just ran into a snag in an unexpected way. I had tried two text output programs with success, then I tried one using pylab, and things went haywire. My problem is in route to this mail list right now. An objection to matplotlib.

···

On 2/19/2010 8:46 AM, Christopher Barker wrote:

Wayne Watson wrote:
   

Strange that there wouldn't be any such demos. :wink:
     

I've got a small prototype app that embeds MPL in wxPython, bundled up
with py2exe (and py2app for the Mac). It's 11.7MB, if you want me to
mail it to you.

Bundled up python apps tend to be big, they have to include all of:

-Your code (not usually very big)

-Python itself (fairly big)

-The gui toolkit (wxPython is very big)

-Any other packages you are using.

Bandwidth and disk space, and memory are cheaper than they used to be,
so it's not that big a deal, really.

  > However, I'm now rolling my own.

always a good lesson, anyway.

-Chris

On 2/15/2010 6:55 AM, Wayne Watson wrote:
     

Does anyone know where I can find a compiled demo that uses MPL grphics?
I'd like, if possible, a Win version whose size is less than 10M, so
that I can send it via e-mail, if necessary. It should use plot, so that
someone can manipulate the plot with the navigation controls. At this
point, I have no idea if that method is the fundamental graph tool or
not. I suspect it is.

If a mailable demo isn't available, maybe there's a web site that one
can download such examples from?

--
             "There is nothing so annoying as to have two people
              talking when you're busy interrupting." -- Mark Twain