>>>>> "Jouni" == Jouni K Seppanen <[EMAIL PROTECTED]> writes:
    Jouni> The draw_lines method in the PS backend divides the line
    Jouni> into subsequences of at most 50 points, and calls the
    Jouni> "stroke" operator for each subsequence, which in effect
    Jouni> resets the dash offset. Thus if 50 consecutive points fit
    Jouni> within a dash, the line appears solid.

50 seems awfully small to me.  There are maximum length path
limitations of some postscript interpreters which is why we batch
these up.  Darren, could we get away with a step of 1000 here rather
than 50?

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