>>>>> "Tony" == Tony Mannucci <[EMAIL PROTECTED]> writes:

    Tony> John, Thanks for the answer.

    Tony> My prime mistake was to assume that matlab behavior is
    Tony> mimicked in matplotlib. (I am not saying it should
    Tony> be!). matlab has a Line object and this includes the
    Tony> markers. So, what I called "bugs" was based on a false
    Tony> expectation. The matlab version of the code will produce
    Tony> lines and symbols of the same color.

    Tony> I will spend more time with the matplotlib manual and learn
    Tony> the differences with matlab, and make progress that way.

Hmm, I didn't know matlab behaved this way.  I know matlab does have
color, markerfacecolor and margeredgecolor, so I assumed that they
would be controlled independently.  So the behavior is

  set(l, 'color', 'red')

and both the linestyle and markercolor are changed?


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-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to