[pstricks] listplot

Herbert Voss Herbert.Voss at FU-Berlin.DE
Thu Oct 5 10:25:20 CEST 2017


Am 05.10.2017 um 09:12 schrieb Poul Riis:
> Compiling the example below with xetex everything is perfect but 
> compiling with latex and pdflatex I get a ghostscript error message:
> MiKTeX GPL Ghostscript 9.19: Unrecoverable error, exit code 1


> \let\UserCoor\tx at UserCoor
> \makeatother
> \def\getCoor#1{Points n #1 sub 2 mul get Points n #1 sub 2 mul 1 add get
> \UserCoor}

try

\def\getCoor#1{startGlobal
   Points n #1 sub 2 mul get Points n #1 sub 2 mul 1 add get \UserCoor
   endGlobal}


Herbert



More information about the PSTricks mailing list