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
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
--
> "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