[pstricks] A little help please . . .

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sun Dec 27 12:34:25 CET 2015


Am 26.12.2015 um 17:42 schrieb Scott, Randy:

>                  \pstThreeDCoor[linecolor=black]
>
>                  \pstThreeDSquare[linecolor=red, fillstyle=solid, fillcolor=red, opacity=0.2](0,0.6,0)(0.35,0,0)(0,0.1,0)
>
>                  \pstPlanePut[plane=xy](0.9,0.4,0){\pstThreeDNode(0.9,0.4,0){A1}{$S$}}
>
>                  \pstPlanePut[plane=xy](0.5,0.2,0){\pstThreeDNode(0.5,0.2,0){A2}{\null}}
>
>                  \nccurve[nodesep=2pt]{->}{A1}{A2}


I suppose that you mean something like this??

		\pstPlanePut[plane=xy](0.9,0.4,0){\pstThreeDNode(0,0,0){A1}{$S$}}	
		\pstPlanePut[plane=xy](0.5,0.2,0){\pstThreeDNode(0,0,0){A2}{~}}	
		\nccurve[nodesep=2pt,ncurv=2]{->}{A1}{A2}	


\pstThreeDNode's coordinates are relative to the ones of \pstPlanePut

Herbert



More information about the PSTricks mailing list