[pstricks] enlarge psframe size in pspicture* environment

mathias legrand legrand.mathias at gmail.com
Mon Aug 30 04:59:47 CEST 2010


Hi all,

using pstricks, I would like to do what follows:

\begin{figure}[h]\centering
\def\Xmax{4}
\def\Xmin{-4}
\def\Ymax{1}
\def\Ymin{-1}
\begin{pspicture*}(\Xmin,\Ymin)(\Xmax,\Ymax)
\psframe[fillstyle=solid,fillcolor=gray!15](1.1\Xmin,1.1\Ymin)(1.1\Xmax,1.1\Ymax)
\end{pspicture*}
\end{figure}


It seems that the 1.1\Xmin and others are not correct.
Is there a strategy to perform something similar?
Thank you


More information about the PSTricks mailing list