latex-dvips-ps2pdf compilation sequence produces a weird result when I change the grid style. The problem does not happen when I compile the same code with xelatex.
\documentclass[dvipsnames,pstricks,border=12pt]{standalone}
\newpsstyle{gridstyle}
{
gridcolor=Red!20,
gridlabelcolor=Blue,
subgridcolor=Green!20
}
\begin{document}
\begin{pspicture}[showgrid=true](-2,-2)(2,2)
\end{pspicture}
\end{document}
With latex-dvips-ps2pdf:

With xelatex:

The latest edit
It seems to me this problem has been fixed by a package or class author silently. I have just tried and the problem disappeared!


simpdftex latex test(which is a wrapper forlatex+dvips+ps2pdf). The PDF is produced, but the error is/undefined in Blue. – egreg Dec 21 '11 at 0:09\psaxes– Herbert Sep 29 '12 at 9:49