>>>>> "Alan" == Alan G Isaac <[EMAIL PROTECTED]> writes:

    Alan> It is pretty standard.  See e.g. the PostScript Language
    Alan> Reference Manual.  And, how else to set a solid line with
    Alan> set_dashes?

I didn't know that about postscript.  I can easily implement it if it
is "the right thing to do (tm)".  But it never occurred to me to
implement a solid line with set_dashes.  I would tend to do

  line.set_linestyle('-')

Since it is part of postscript, I'll make it the default for mpl too.

JDH

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to