[pstricks] Re: clipping with psgraph
dpstory at uakron.edu
dpstory at uakron.edu
Thu Nov 11 15:47:09 CET 2004
\clipbox cuts off some of the axis labels, I had to adjust for that llx, lly, urx and ury, e.g.,
\clipbox{%
\psset{llx =-12pt,lly=-12pt,urx =12pt,ury =12pt}
\begin{psgraph}(-10,-10)(10,10){\linewidth}{\linewidth}
\psset{algebraic=true, plotpoints=101}
\psplot[linecolor=red]{-10}{-1.1}{x^2/(1+x)^2}%
\psplot[linecolor=blue]{-.9}{10}{x^2/(1+x)^2}%
\psPolynomial[coeff=-2 1 -1 .5 .1 .025 .2,linecolor=magenta]{-10}{10}
\end{psgraph}}
dps
On 11 Nov 2004 at 14:12, Herbert Voss wrote:
> > \clipbox{} seems to work well.
>
> yes, but I will make \psgraph* available at weekend.
>
> Herbert
>
>
> --
> Dr.-Ing Herbert Voss
> Herbert.Voss at alumni.TU-Berlin.DE
>
>
>
> _______________________________________________
> pstricks mailing list
> pstricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
More information about the PSTricks
mailing list