Re: [Matplotlib-users] plot a data stream with matplotlib

2009-01-23 Thread Simone Gabbriellini
that's nice!!! thank you... anyway, I wanted to take advantage of the Traits implementation of my app... simone 2009/1/23 eliben eli...@gmail.com: Simone Gabbriellini-3 wrote: Dear List, I have some variables I want to plot... the values of those variable change in time... I would like

Re: [Matplotlib-users] ImportError: No module named pyplot

2009-01-23 Thread mzs
Thank you. I finally upgraded my Ubuntu system, pretty easy, and now pylab is available. Thank you to everyone on this thread for your input. BTW, matplotlib is very nicely done, useful, and appreciated. Marc Sandro Tosi-4 wrote: On Wed, Jan 21, 2009 at 15:01, mzs

[Matplotlib-users] plotting a circle in log space

2009-01-23 Thread Michael Hearne
I have discovered, from the mailing list, the easy way to draw a circle in linear space: cx = 700 cy = 700 r = 1000 xmin = cx - r xmax = cx + r ymin = cy - r ymax = cy + r cir = Circle( (cx,cx), radius=r,facecolor='w',edgecolor='b') a = gca() a.add_patch(cir) axis([xmin,xmax,ymin,ymax])

[Matplotlib-users] Safe SVN version

2009-01-23 Thread jason-sage
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 avoid because of stability? If not, we'll probably