I am using the latest pst-plot. When compiling the following, I got some errors as follows.
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?


triglabels. will be fixed ... – Aug 01 '14 at 14:46bugtag. :-) – kiss my armpit Aug 01 '14 at 15:46