Re: [Matplotlib-users] Make markers in legend to appear only once

2008-12-01 Thread Manuel Metz
Manuel Metz wrote: > Alejandro Weinstein wrote: >> On Mon, Dec 1, 2008 at 7:13 AM, Manuel Metz <[EMAIL PROTECTED]> wrote: >>> You can use the keyword "numpoints" in the legend method: >> Thank you! It did the trick. >> >> Now how you conclude that from the documentation is a mystery: >> >> >From th

Re: [Matplotlib-users] Make markers in legend to appear only once

2008-12-01 Thread Manuel Metz
Alejandro Weinstein wrote: > On Mon, Dec 1, 2008 at 7:13 AM, Manuel Metz <[EMAIL PROTECTED]> wrote: >> You can use the keyword "numpoints" in the legend method: > > Thank you! It did the trick. > > Now how you conclude that from the documentation is a mystery: > >>From the docs: > " > numpoints:

Re: [Matplotlib-users] Make markers in legend to appear only once

2008-12-01 Thread Alejandro Weinstein
On Mon, Dec 1, 2008 at 7:13 AM, Manuel Metz <[EMAIL PROTECTED]> wrote: > You can use the keyword "numpoints" in the legend method: Thank you! It did the trick. Now how you conclude that from the documentation is a mystery: >From the docs: " numpoints: integer The number of points in the lege

Re: [Matplotlib-users] Make markers in legend to appear only once

2008-12-01 Thread Manuel Metz
Alejandro Weinstein wrote: > Hi: > > I am plotting using markers, in a similar way than this example: > > http://matplotlib.sourceforge.net/examples/pylab_examples/legend_demo2.html > > As you can see in the example above, the markers in the legend appear > twice: " 'green circle' 'green circle'

[Matplotlib-users] Make markers in legend to appear only once

2008-12-01 Thread Alejandro Weinstein
Hi: I am plotting using markers, in a similar way than this example: http://matplotlib.sourceforge.net/examples/pylab_examples/legend_demo2.html As you can see in the example above, the markers in the legend appear twice: " 'green circle' 'green circle' oscillatory". Is it possible to make the