[pstricks] Scaling pstricks output

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Mon Jul 12 18:15:37 CEST 2004


Peter Hutnick wrote:

> I am using pstricks extensively for a math text.  I created several 
> figures with pstrick and was happy with their "native" size.  For example:
> 
> \pspicture(-4,-4)(4,4)
>    \psaxes{<->}(0,0)(-4,-4)(4,4)
>    \psplot[arrows=<->]{-1.75}{1.75}{x 2 mul}
> \endpspicture

{
\psset{unit=0.5}
\pspicture(-4,-4)(4,4)
    \psaxes{<->}(0,0)(-4,-4)(4,4)
    \psplot[arrows=<->]{-1.75}{1.75}{x 2 mul}
\endpspicture
}

that's all ..

Herbert



-- 
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes




More information about the PSTricks mailing list