[Matplotlib-users] open multiple plots from a program

2009-01-24 Thread Alan Jackson
I have been trying to figure out how to open up multiple plots from a traits program, without much luck. I tried threads, no joy. Is there a simple way to get multiple plots to come up? Would it work to fork off new processes for each plot? I haven't done that in python before, just perl, so before

[Matplotlib-users] matplotlib-0.98.5.2-py2.5-macosx10.5.mpkg install problem

2009-01-24 Thread Glenn
Hi, I tried to install matplotlib-0.98.5.2-py2.5-macosx10.5.mpkg, but got the following error: You cannot install matplotlib 0.98.5.2-r0 on this volume. matplotlib requires System Python 2.5 to install. Python 2.5.1 is installed. It's my workhorse. What do I need to change so the package i

Re: [Matplotlib-users] plotting a circle in log space

2009-01-24 Thread John Hunter
On Fri, Jan 23, 2009 at 2:06 PM, Michael Hearne wrote: > I have discovered, from the mailing list, the easy way to draw a circle > in linear space: > ...snip > cx = 700 > cy = 700 > r = 1000 > > xmin = cx - r > xmax = cx + r > ymin = cy - r > ymax = cy + r > > cir = Circle( (cx,cx), radius=r,facec

Re: [Matplotlib-users] Safe SVN version

2009-01-24 Thread John Hunter
On Fri, Jan 23, 2009 at 1:51 PM, wrote: > Hello all, > > I am at a Sage days workshop and one of my goals is to update matplotlib > in Sage. We want to pull from SVN since there are some (very *nice*) > arrow-drawing features only in SVN. Is there any recent commit points > that we want to avoi