[Matplotlib-users] pylab quick reference? (

2009-04-22 Thread Esmail
gging into specific commands. What I'm looking for is something small enough to print out (< 10-20 pages) that gives a sufficient overview so that I know what's available. I've looked on the web without much success. I'd be grateful if you have a

Re: [Matplotlib-users] pylab quick reference? (

2009-04-23 Thread Esmail
formation on it. > Good luck on your plotting adventures. Thanks - it's fun to learn new things. Cheers, Esmail -- Stay on top of everything new and different, both inside and around Java (TM) technology - register

Re: [Matplotlib-users] pylab quick reference? (

2009-04-23 Thread Esmail
most everything that is available in > pyplot in one place. > > JDH ah .. nice, thanks! Esmail -- Stay on top of everything new and different, both inside and around Java (TM) technology - register by

Re: [Matplotlib-users] pylab quick reference? (

2009-04-23 Thread Esmail
e. Works here with XP Prof SP2 and Firefox 3.0.9 ... odd. Esmail -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the

[Matplotlib-users] 2 simple ??: program exit w/graph, update graph real-time

2009-04-23 Thread Esmail
ed example of course) Thanks, Esmail -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externa

Re: [Matplotlib-users] 2 simple ??: program exit w/graph, update graph real-time

2009-04-23 Thread Esmail
's possible to finish a Python program but still have the graph showing? FWIW, I'm doing this under Linux. Thanks, Esmail -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licens

Re: [Matplotlib-users] 2 simple ??: program exit w/graph, update graph real-time

2009-04-24 Thread Esmail
Ryan May wrote: > > Any idea if it's possible to finish a Python program but still have the > graph showing? > > FWIW, I'm doing this under Linux. > > > You'd have to run the plotting in a separate process from the > computation. subprocess would let you do that, assuming you can

Re: [Matplotlib-users] 2 simple ??: program exit w/graph, update graph real-time

2009-04-24 Thread Esmail
rchive.com/matplotlib-users@lists.sourceforge.net/msg10873.html Hi, Sounds interesting, but I get a "page not found 404" type error when I follow this link. Esmail -- Crystal Reports - New Free Runtime and 30 D

Re: [Matplotlib-users] 2 simple ??: program exit w/graph, update graph real-time

2009-04-25 Thread Esmail
Robert Cimrman wrote: > >> >> Sounds interesting, but I get a "page not found 404" type error when >> I follow this link. > > Strange, it does work for me. Alternatively, just search > "[Matplotlib-users] plotting in a separate process" in googl

Re: [Matplotlib-users] mail-archive URLs on gmane

2009-04-25 Thread Esmail
if URL-escaping the at sign helps: > > http://www.mail-archive.com/matplotlib-users%40lists.sourceforge.net/msg10873.html Right you are! I hadn't even noticed this in the URL, it's quite evident in the address fields when I use Thunde

Re: [Matplotlib-users] 2 simple ??: program exit w/graph, update graph real-time

2009-04-25 Thread Esmail
tudying your code this weekend. Cheers, Esmail -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engi

[Matplotlib-users] saving png under XP crashes ...

2009-05-25 Thread Esmail
m? Is this a known problem? Thanks, Esmail -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Crea

Re: [Matplotlib-users] saving png under XP crashes ...

2009-05-25 Thread Esmail
Hello John, \John Hunter wrote: > On Mon, May 25, 2009 at 12:32 PM, Esmail wrote: >> Hi all, >> >> I'm new to pylab/matplotlib, so perhaps I am making a mistake here, >> but when I try to save a plot under Windows as a png file, the program >> crashes (p

Re: [Matplotlib-users] saving png under XP crashes ...

2009-05-25 Thread Esmail
:-) for the pdf file save it makes no difference (but I tried both ways). In the case of the png it always crashes, though it does create a zero-byte file with the correct name. Esmail -- Register Now for Creativity an

Re: [Matplotlib-users] saving png under XP crashes ...

2009-05-26 Thread Esmail
good to know .. just wanted to make sure that I didn't have some installation issue at my end. Be interesting to know if others too have run into problems with XP. Thanks for sharing your information, Esmail -- Regist

Re: [Matplotlib-users] saving png under XP crashes ...

2009-05-26 Thread Esmail
John Hunter wrote: > > OK, I can confirm this on my side. Hi John, thanks for confirming this. I tried on my office machine too, XP SP3 instead of SP2 and I had exactly the same problem with the fresh install here too.

[Matplotlib-users] Beginning Python Visualization??

2009-06-04 Thread Esmail
g for a good hardcopy reference for matplotlib and associated tools. While the gallery on the matplotlib site is a good way to learn, I would like a reference guide that I could easily print out or a tutorial of sorts, or possibly this book. Thanks, Esmail ps: here's an example of the sort of

Re: [Matplotlib-users] Beginning Python Visualization??

2009-06-07 Thread Esmail
John Hunter wrote: > On Thu, Jun 4, 2009 at 6:48 PM, Esmail wrote: >> Hi, >> >> Beginning Python Visualization: Crafting Visual Transformation Scripts >> by Shai Vaingast >> http://www.amazon.com/Beginning-Python-Visualization-Transformation-Professionals/dp/1430

Re: [Matplotlib-users] Beginning Python Visualization??

2009-06-07 Thread Esmail
Brian Blais wrote: > On Jun 4, 2009, at 19:48 , Esmail wrote: > >> Someone recently generously shared this code with me on the python > > since I was the one to share this with you, I might be able to answer a > couple questions. :) Hi Brian, (sorry for the tardy reply

Re: [Matplotlib-users] Beginning Python Visualization??

2009-06-09 Thread Esmail
Sebastian Busch wrote: > > > Hey Esmail, > > there was the possibility for 3D plots in matplotlib: > http://www.scipy.org/Cookbook/Matplotlib/mplot3D > > however, the mayavi "mlab" interface was designed explicitly to be as > simple as pylab. > http:/

Re: [Matplotlib-users] Beginning Python Visualization??

2009-06-09 Thread Esmail
hy are complaining? Are you not a > scientist or raising a kid something :) hehe .. I know it sounded like a complaint, but it's really not. I consider myself a lifelong student, and I love learning new things. I just have a big appetite :-) Cheers, Esmail --

Re: [Matplotlib-users] Upgrading of 3D plotting in matplotlib- recent comments on web site.

2009-06-11 Thread Esmail
of plotting tools I'm using to matplotlib + python and gnuplot (standalone) I'd be perfectly happy (though mayavi looks worth exploring at some point possibly too - but no rush if matplotlib can do the 3D thing :-) Thanks, Esmail -