[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 with '-^' in the legendbut I don't see anything for the plots with marker='-'.   I want to set numpoints=4 for continuous lines and numpoints=1 for the one with symbols.
RegardsVarun-- Varun HiremathUndergraduate Student,Aerospace Engg. Department,Indian Institute of Technology Madras,Chennai, India
web page : http://varun.travisbsd.org
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


[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
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel