我想最小化包围 PSTricks 网格及其标签的红色矩形的尺寸。该怎么做?
\documentclass{minimal}
\usepackage{pstricks}
\newpsstyle{gridstyle}{gridlabels=5pt}
\psset{style=gridstyle}
\pagestyle{empty}
\begin{document}
\psframebox[linewidth=0.5pt,linecolor=red,framesep=5.5pt]{%
\begin{pspicture}[showgrid](3,3)
\pscircle[fillstyle=solid,fillcolor=red,opacity=0.2](1.5,1.5){1.5}
\end{pspicture}}
\end{document}
答案1
这是不可能的;带有的标签showgrid
是在 PostScript 级别上书写的。带有的标签\psaxes
可以写入框中,然后测量宽度和高度。