[pstricks] Re: clipping with psgraph

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Thu Nov 11 23:06:50 CET 2004


dpstory at uakron.edu wrote:

> The psgraph environment seems to have no clipping option (*). Is there an
> easy way to clip the graph? I've tried enclosing it in pspicture*, but this 
> moves the graph terribly.

try the new pstricks-add from http://perce.de/LaTeX/pstricks-add/
it has now the star option for psgraph

Herbert

\documentclass{article}
\usepackage{pstricks-add}

\begin{document}

Tester

\psframebox{
\begin{psgraph*}(-3,0)(3,5){10cm}{5cm}
\psplot{-3}{3}{ x dup mul }
\end{psgraph*}
}

\end{document}


-- 
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