[Matplotlib-users] Newbie installation question

2008-07-13 Thread Peter Selkin
I've been trying to build and install matplotlib now for a few days, and have met with no success. I'm running OSX 10.5.4 on a MacBook Pro, Python 2.5.2 from MacPython, gcc 4.0.1, gfortran 4.3.0, and the latest version of Apple's XCode (3.1, which, if I understand correctly, has the necessary l

Re: [Matplotlib-users] dynamically updated plots

2008-07-13 Thread Lubos Vrbka
hi, > 1. Would it be possible to do only shallow copy of the arrays that are > being plotted so that on redrawing the figure, chanes in the datasets > would be picked up automatically? If not, is Line2D.set_data(...) the > right approach? isn't this the way how the plotting is done? in my experien