[pstricks] labelsize/font in psaxes

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Sat Feb 7 16:13:37 CET 2004


Richard J. Cattien wrote:

> What is pstcol?

loads color.sty with some modification

> What is framearc? Sorry i'm still a beginner and not thourgh with the
> complete pstricks ducumentation yet.

round edges for the framebox

>>  \rput[lb](1.5,-4){\psframebox{\red$f(x)=x^2-4$}}
>>  \rput[lb](-4,-4){\psframebox{\blue$g(x)=x^3$}}
> 
> 
> But is it possible to make the box itself also colored? I tried to put
> the "\red" infront of \psframebox with no effort.

here for example as shadowbox, same for framebox

\psset{framearc=0.5}
\rput[lb](1.5,-4){%
	\psshadowbox[linecolor=red,shadowcolor=red]{\red$f(x)=x^2-4$}}
\rput[lb](-4,-4){%
	\psshadowbox[linecolor=blue,shadowcolor=blue]{\blue$g(x)=x^3$}}



Herbert

-- 
http://www.pstricks.de/




More information about the PSTricks mailing list