[Matplotlib-users] legend and symbols

2009-11-30 Thread Oliver Tomic
el='Pink Lady') ax.scatter([x_assF[5]], [y_assF[5]], s=50, c='r', marker='<', label='Royal Gala') ax.scatter([x_assF[6]], [y_assF[6]], s=35, c='r', marker='o', label='Ecological') ax.plot([0,10], [0,10], 'b--') ax.s

Re: [Matplotlib-users] problems with numpoints in legend

2009-07-11 Thread Oliver Tomic
time searched in the archives. 'Scatterpoints=1' did what I needed. Thanks again for your thelp. Cheers OIiver Jae-Joon Lee wrote on 11.07.2009 16:42:29: > From: > > Jae-Joon Lee > > To: > > John Hunter > > Cc: > > Oliver Tomic , matpl

[Matplotlib-users] problems with numpoints in legend

2009-07-06 Thread Oliver Tomic
Hi, Windows XP Python 2.5.2 matplotlib 0.98.5.2 I try to use numpoints for a legend my plot, but without luck. I always end up having three points in the legend despite setting numpoints=1 (see below towards the end of the code). Things work nicely though in a much simpler script. Help is grea

Re: [Matplotlib-users] matlab, idle, interactivity and teaching

2007-03-30 Thread oliver . tomic
Mark, you can set ipython (in the ipythonrc.ini) to start up the editor of your choice when you type "edit" in the ipython-shell. Check out this video at ShowMeDo, that shows a lot of the features of ipython: http://showmedo.com/videos/video?name=DownloadingIPythonForMSWindows&fromSeriesID=2 Oli

Re: [Matplotlib-users] ANN: matplotlib-0.87.5 *fixed*

2006-09-07 Thread oliver . tomic
Hi Charlie, I am sorry about this. I confused the installations on my workstation at work and those on my laptop. You are right, on my workstation at work I had only nympy 0.9.8. Works like a dream after updating to numpy 1.0b5. Oliver "Charlie Moad" <[EMAIL PROTECTED]> wrote on 07.09.2006 14:19

Re: [Matplotlib-users] ANN: matplotlib-0.87.5 *fixed*

2006-09-07 Thread oliver . tomic
Hi list, I downloaded the latest version from the link (see under). With 0.87.3 our application worked fine, but with with 0.87.5 we get the following: Traceback (most recent call last): File "C:\Python24\PanelCheck_V.1.1.0\PanelCheck.py", line 222, in ? import PanelCheck_GUI File "C:\Pyt

[Matplotlib-users] problems with vlines after upgrading to 0.87.3

2006-06-29 Thread Oliver Tomic
Hi list, Platform: Windows XP upgrading from matplotlib 0.83.1 to 0.87.3 On my PC the vline_demo.py from the examples doesn't work anymore after upgrading from 0.83.1 to 0.87.3. I use vlines in my application where I get the same type of error. It worked just fine with 0.83.1. Traceback (mo

[Matplotlib-users] problems with vlines after upgrading to 0.87.3

2006-06-29 Thread Oliver Tomic
Hi list, Platform: Windows XP upgrading from matplotlib 0.83.1 to 0.87.3 On my PC the vline_demo.py from the examples doesn't work anymore after upgrading from 0.83.1 to 0.87.3. I use vlines in my application where I get the same type of error. It worked just fine with 0.83.1. Traceback (mo