2

I am using the latest pst-plot. When compiling the following, I got some errors as follows.

enter image description here

MWE

\documentclass[pstricks,border=12pt]{standalone}
\usepackage{pst-plot}

\psset
{
    xtrigLabels,
    trigLabelBase=2,
}

\begin{document}
\begin{psgraph}[dx=\psPiH](0,0)(-\psPiH,-2)(\psPiTwo,2){5cm}{!}
    \psxTick[labelsep=12pt](\psPiH\space 1.5 mul){A_1}
\end{psgraph}
\end{document}

What causes \psxTick to no longer work? And how to fix it?

1 Answers1

2

Works with the file pst-plot.tex from http://texnik.dante.de/tex/generic/pst-plot/pst-plot.tex

enter image description here