[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

[matplotlib-devel] Fixing Axes3DI.plot3d

2006-10-31 Thread Andrew Colombi
I've posted this patch to SF.net. It's a small change to Axes3DI.autoscale_view brings its interface into conformity with its parent class. More details on the SF patch. -Andrew Axes3DI.plot3d.diff Description: Binary data --

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