Hallo,
ich habe meine Frage an einen ählichen Thread angehängt, aber keine Antwort erhalten, also mach ich einen neuen auf.
Ich möchte zwei Datensätze plotten, von denen der zweite transparent sein soll.
Mit \psplot funktioniert "strokeopacity", wenn ich das Ergebnis in pdf konvertiere (ps->pdf). Aber bei \listplot scheint "strokeopacity" gar nichts zu nützen.
Code:
\documentclass[12pt,a4paper]{article}
\usepackage{pstricks}
\usepackage{pst-plot}
\usepackage{pstricks-add} 

\begin{document}

\readdata{\dataa}{Dataa.dat}
\readdata{\datab}{Datab.dat}
\psset{xunit=1cm, yunit=1cm}

\begin{pspicture}(-0,-0)(12,5.5)
\psaxes[Dx=0.01, dx=2.5cm, Dy = 0.1, dy=1.3cm, Ox=0.98, Oy=99.6, Dy=0.1]{->}(0,0)(12,5.5)
\pstScalePoints(300,13){0.98 sub}{99.6 sub}

\listplot[linewidth=1pt, linecolor=red,plotstyle=dots]{\dataa}
\listplot[linewidth=1pt, linecolor=green,strokeopacity=0.5,
	plotstyle=dots]{\datab}

\end{pspicture}
\end{document}
Kann jemand helfen? Danke, k.