Another question. I want to get a psframebox transparent. But how? I've googled a lot but I could find nothing.
Code:
Code: Select all
\begin{figure}[htb]
\centering
%\caption{The image, converted with \texttt{pdftricks}}
\begin{pdfpic}
\begin{pspicture}(0,0)(8,8)
% y-Axis
\psline{->}(2.5,0)(2.5,5)
\rput(2.5,5.2){\psframebox*[framearc=.3]{A}}
% x-Axis
\psline{->}(0,2.5)(5,2.5)
\rput(5.2,2.5){\psframebox*[framearc=.3]{V}}
% Forward condition drop
\psline{<-}(3.6,3.6)(4,3.6)
\rput(5.8,3.6){\psframebox*[framearc=.3]{Forward condition drop}}
% Reverse Voltage Current
\psline{<-}(1,2.6)(1,3)
\psline{<-}(1,2.5)(1,2.1)
\rput(0.3,3.1){\psframebox*[framearc=.3]{\parbox{90pt}{Reverse Voltage\\Current}}} % I want to get this transparent
% Kurve
\psbezier{-}%
(0.25,0)(0.25,0)(0.25,1.25)(0.25,2)(0.25,2.75)%
(0.75,2.6)(2.6,2.6)(3.5,2.6)(3.5,3)(3.5,5) % [showpoints=true] wenn die wertepunkte angezeigt werden sollen
\end{pspicture}
\end{pdfpic}
\end{figure}
Maybe someone can help me.
Greetings