|
From: John H. <jdh...@ac...> - 2006-10-31 15:42:42
|
>>>>> "Varun" == Varun Hiremath <var...@ii...> 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 combination like using marker ='-^'. Now
Varun> if I use legend(numpoints=1) I see one symbol for the plots
Varun> with '-^' in the legend but I don't see anything for the
Varun> plots with marker='-'. I want to set numpoints=4 for
Varun> continuous lines and numpoints=1 for the one with symbols.
There isn't any support for this, and there is no obvious way to me to
add it, sorry to say.
JDH
|