Re: [Matplotlib-users] pdf/eps export; dotted line plot shows random markers on the line

2012-06-11 Thread Benjamin Jonen
Hey guys, thanks for the quick replies. You are right, the problem appears to be related to my pdf viewer (okular). More concretely, pdf viewers based on the poppler library (e.g. xpdf, qpdfview) show the same problem in ubuntu 12.04. Everything works fine with evince or acroread. Thanks, Benjami

Re: [Matplotlib-users] pdf/eps export; dotted line plot shows random markers on the line

2012-06-09 Thread Jerzy Karczmarczuk
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

Re: [Matplotlib-users] pdf/eps export; dotted line plot shows random markers on the line

2012-06-09 Thread Dale Chayes
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

[Matplotlib-users] pdf/eps export; dotted line plot shows random markers on the line

2012-06-09 Thread Benjamin Jonen
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