[pstricks] PSTricks Digest, Vol 78, Issue 18

Herbert Voss Herbert.Voss at FU-Berlin.DE
Thu Jul 30 10:01:14 CEST 2009


Anne Scholze schrieb:

> \usepackage[dvips]{pstricks}%pst-col nicht mehr verwenden, pstricks lädt automatisch xcolor
> \usepackage{bardiag,pst-node,pstricks-add,pst-plot}%pst-plot ist bereits in pstricks-add enthalten
> \usepackage[thinqspace,squaren,Gray,thinspace,binary,textstyle]{SIunits}

should be

\usepackage{pst-node,bardiag,pstricks-add}
\usepackage[thinqspace,squaren,Gray,thinspace,binary,textstyle]{SIunits}

> \listplot[plotstyle=line,showpoints=true,dotstyle=triangle,linecolor=greenblue,plotNo=1,plotNoMax=3]{\Data}
> \listplot[plotstyle=line,showpoints=true,dotstyle=square,linecolor=yellowgreen,plotNo=1,plotNoMax=3]{\myData}
> \listplot[plotstyle=line,showpoints=true,dotstyle=pentagon,linecolor=orange,plotNo=1,plotNoMax=3]{\moreData}
> \def\DoCoordinate#1#2{\psdot(#1,#2)}\GetCoordinates{\Data}
> \def\DoCoordinate#1#2{\psdot(#1,#2)}\GetCoordinates{\myData}
> \def\DoCoordinate#1#2{\psdot(#1,#2)}\GetCoordinates{\moreData}

change the order

\def\DoCoordinate#1#2{\psdot(#1,#2)}\GetCoordinates{\Data}
\def\DoCoordinate#1#2{\psdot(#1,#2)}\GetCoordinates{\myData}
\def\DoCoordinate#1#2{\psdot(#1,#2)}\GetCoordinates{\moreData}
\listplot[plotstyle=line,showpoints=true,dotstyle=triangle,linecolor=greenblue,plotNo=1,plotNoMax=3]{\Data}
\listplot[plotstyle=line,showpoints=true,dotstyle=square,linecolor=yellowgreen,plotNo=1,plotNoMax=3]{\myData}
\listplot[plotstyle=line,showpoints=true,dotstyle=pentagon,linecolor=orange,plotNo=1,plotNoMax=3]{\moreData}

Herbert


More information about the PSTricks mailing list