I am a MacTeX 2013 user that uses PDFLaTeX to create my files. After a recent update, the following code stopped producing a polar grid. I checked the documentation for any changes as well as the change log. If I need to revert to an older version of one of my packages, I am not sure which ones need to be rolled back.
\documentclass[fontsize=12pt,letterpaper,openany]{scrbook}
\usepackage[pdf]{pstricks}
\usepackage{pst-all}
\usepackage{pstricks-add}
\begin{document}
\begin{pspicture}(-3.5,-3.5)(3.5,3.5)
\psaxes[axesstyle=polar,subticklinestyle=dashed,subticks=2,labelFontSize=\scriptstyle](3,3)
\end{pspicture}
\end{document}
Can someone please help with what changes need to be made for the grid to appear with the update? If that's not possible, which packages should be rolled back to a previous version?
pstricksandpstricks-addare already loaded bypst-all. – Svend Tveskæg Jan 20 '14 at 21:20\listfilesto your preamble and report back on what you find in the.log). – Werner Jan 20 '14 at 21:46