psaxes - yLabelsFehlende Labels an Achsen für Plot
Beispiel 1 funktioniert, Beispiel 2 compiliert korrekt, gibt aber keine Labels aus, Beispiel 3 führt zum angegebenen Fehler
\documentclass[pstricks]{standalone}
\usepackage{pst-plot}
\begin{document}
%Beispiel 1
\begin{pspicture}[showgrid=true](-1,-3)(3,3)
\psaxes[yLabels={,a,b}](0,0)(2,2)
\end{pspicture}
%Beispiel 2
\begin{pspicture}[showgrid=true](-1,-3)(3,3)
\psaxes[yLabels={,a,b}](0,0)(2,-2)
\end{pspicture}
%Beispiel 3
%\begin{pspicture}[showgrid=true](-1,-5)(3,3)
% \psaxes[yLabels={,a,b,c,d}](0,0)(2,-4)
%\end{pspicture}
%ERROR: TeX capacity exceeded, sorry [input stack size=5000].
\end{document}
![alt text][1]
![alt text][2]
Ich nutze Tex Live 2012. Ist das ein Bug oder mache irgendwas falsch?
[1]: http://s14.directupload.net/images/130911/cizsz47d.png
[2]: http://s1.directupload.net/images/130911/uz6lwrz7.png