Re: [Matplotlib-users] color bar label?

2007-04-26 Thread John Hunter
On 4/26/07, James Boyle <[EMAIL PROTECTED]> wrote: > What is the easiest way to put a label on the color bar. I am > thinking of putting units either below or next to the bar. > I do not see this in the examples or wiki. > My first guess is to get hold of the axis for the colorbar and put a > label

[Matplotlib-users] color bar label?

2007-04-26 Thread James Boyle
What is the easiest way to put a label on the color bar. I am thinking of putting units either below or next to the bar. I do not see this in the examples or wiki. My first guess is to get hold of the axis for the colorbar and put a label using this - but this seems a bit roundabout. --Jim

Re: [Matplotlib-users] rcParams is missing

2007-04-26 Thread Christopher Fonnesbeck
Christopher Fonnesbeck <[EMAIL PROTECTED]> writes: > > On recent builds of matplotlib (svn and 0.90) I encounter an import error when > trying to import pylab: > "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages > /matplotlib/numerix/__init__.py", > line 20, in >

[Matplotlib-users] rcParams is missing

2007-04-26 Thread Christopher Fonnesbeck
On recent builds of matplotlib (svn and 0.90) I encounter an import error when trying to import pylab: >>> import pylab Traceback (most recent call last): File "", line 1, in File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages /pylab.py", line 1, in from m

[Matplotlib-users] additional key events

2007-04-26 Thread Matthias Michler
Hello everybody, sometimes I need more than the available key events - e.g. 'enter', 'backspace' or the keys from numeric keypad. That's why I tried to include more events in the backends (backend_wx.py, backend_tkagg.py, backend_gtk.py). I tested it on a debian etch (Python 2.4.4, wxpython 2.6.

[Matplotlib-users] live plot templete for newbie

2007-04-26 Thread Patrick McCavery
Hi Everyone I would like to create a live plot to plot data coming from a data port, such as a serial port. I am still very new to Matplotlib and a template to work from would really help. Any suggestions would be really appreciated. Thanks-Patrick ---