Hi Holger, that's strange. I would suppose that it is related to the combination of (a) your data set and (b) the provided x limits. If that is the case, you can probably fix it using 'restrict x to domain={1e-6,1e1}' (or an even larger range).
I would appreciate it if you could send me your data file in order to experiment with the generated paths. Best regards Christian Am 07.09.2011 19:02, schrieb Holger Maune: > Dear all, > > I have a severe problem printing plots made with pgfplots (version 1.5 > from texlive 2011, but also older versions). > > If I print the file with adobe acrobat (different version acrobat > 8pro, 9pro, reader 9, X) I get an additional line in the plots (marked > in yellow in the file "adobe.png"). If I plot it with different > programs (like sumatraPDF or evince) the line is not printed. Also > Adobe does not display the line (see screenshot "adobe_screenshot.png"). > > The code for the plot is > > \begin{tikzpicture} > \begin{semilogxaxis}[ > xlabel={Verlustwinkel $\tan\delta_\text{max}$}, > ylabel={Erforderliche Steuerbarkeit $\tau_\varepsilon$}, > grid=both, > xmin=1e-4, xmax=1e0, > %xtick={1e3,1e6,1e9,1e12}, > ymin=0, ymax=1, > %ytick={300,350,400}, > yticklabel={\tikzset{/pgf/number format/fixed,/pgf/number > format/fixed zerofill,/pgf/number > format/precision=1,}\pgfmathprintnumber{\tick}}, > legend columns=2, > ] > \pgfplotstableread{./02_steuerbaredielektrika/daten/qcf.txt}\data > > \addplot[thick, color=plotA] table[x=TanDMax, y=TauEta] {\data}; > \addlegendentry{Materialgüte $\eta$} > \addplot[thick, color=plotB] table[x=TanDMax, y=TauQCF1] {\data}; > \addlegendentry{QCF mit $c_\delta = 1$ } > \addplot[thick, color=plotB, dashed] table[x=TanDMax, y=TauQCF2] > {\data}; > \addlegendentry{QCF mit $c_\delta = 0{,}5$ } > \addplot[thick, color=plotB, dotted] table[x=TanDMax, y=TauQCF3] > {\data}; > \addlegendentry{QCF mit $c_\delta = 0{,}1$ } > \end{semilogxaxis} > \end{tikzpicture} > > > Does anybody has an idea, what happened here? > > > Thank You > > > Holger Maune > > > ------------------------------------------------------------------------------ > Using storage to extend the benefits of virtualization and iSCSI > Virtualization increases hardware utilization and delivers a new level of > agility. Learn what those decisions are and how to modernize your storage > and backup environments for virtualization. > http://www.accelacomm.com/jaw/sfnl/114/51434361/ > > > _______________________________________________ > Pgfplots-features mailing list > Pgfplots-features@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pgfplots-features ------------------------------------------------------------------------------ Using storage to extend the benefits of virtualization and iSCSI Virtualization increases hardware utilization and delivers a new level of agility. Learn what those decisions are and how to modernize your storage and backup environments for virtualization. http://www.accelacomm.com/jaw/sfnl/114/51434361/ _______________________________________________ Pgfplots-features mailing list Pgfplots-features@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pgfplots-features