Hey everybody,
I am trying to create a simple plot with a dotted line. However,
depending on the export format I use, I get random markers on the
line. This effect appears for pdf but not for png. When I use eps and
convert the eps file to pdf I also receive the random markers.
I use the followin
No extra "stuff" in the png and pdf plots in my case (changed the hash-bang
line):
Mac 10.7.4 w/ python and matplotlib from (not too recent) Fink:
i python27 1:2.7.2-5Interpreted, object-oriented language
i python27-shlibs 1:2.7.2-5Interpreted, object-oriented language
i
Benjamin Jonen:
> I get random markers on the
> line. This effect appears for pdf but not for png. When I use eps and
> convert the eps file to pdf I also receive the random markers.
> ...
For me your PDF is OK, nothing "broken". I get exactly the same (mpl
1.1.0, on Windows XP, Python 2.7).
Your