Re: [matplotlib-devel] legend: numpoints

2006-10-31 Thread John Hunter
> "Varun" == Varun Hiremath <[EMAIL PROTECTED]> writes: Varun> Hello all, Is there any way to set numpoints for each line Varun> in a plot. I wanted to plot 6 curves in a single plot some Varun> plots with continuous lines using marker='-' and some using Varun> symbols and line

[matplotlib-devel] legend: numpoints

2006-10-31 Thread Varun Hiremath
Hello all,   Is there any way to set numpoints for each line in a plot. I wanted to plot 6 curves in a single plotsome plots with continuous lines using marker='-' and some using symbols and line combination like using marker ='-^'. Now if I use legend(numpoints=1) I see one symbol for the plots w