<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Thank you&nbsp; very much, Herbert. I'll try to work out the details.<br><br>Paul Blaga<br><br>--- On <b>Fri, 2/19/10, Herbert Voss <i>&lt;Herbert.Voss@FU-Berlin.DE&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Herbert Voss &lt;Herbert.Voss@FU-Berlin.DE&gt;<br>Subject: Re: [pstricks] spherical triangle<br>To: "Graphics with PSTricks" &lt;pstricks@tug.org&gt;<br>Date: Friday, February 19, 2010, 9:14 AM<br><br><div class="plainMail">Am 19.02.2010 10:16, schrieb Paul Blaga:<br><br>&gt; Can anybody suggest me how could I draw a spherical triangle with PSTricks? (similar to the drawing in the attachment).<br><br>only as an example it is derived from<br><a href="http://tug.org/PSTricks/main.cgi?file=pst-plot/3D/examples#sphere12"
 target="_blank">http://tug.org/PSTricks/main.cgi?file=pst-plot/3D/examples#sphere12</a><br><br>Herbert<br><br><br>\documentclass{article}<br><br>\usepackage{pst-3dplot}<br><br>\begin{document}<br><br>\begin{pspicture}(-4,-4)(4,5)<br>&nbsp; \psset{Alpha=40,Beta=30,linestyle=dashed}<br>&nbsp; \pstThreeDCoor[xMin=-5,xMax=5,yMax=5,zMax=5,IIIDticks]<br>&nbsp; \pstThreeDEllipse[linecolor=red](0,0,0)(4,0,0)(0,0,4)<br>&nbsp; \pstThreeDEllipse[linecolor=red](0,0,0)(0,4,0)(4,0,0)<br>&nbsp; \pstThreeDEllipse[linecolor=red](0,0,0)(0,4,0)(0,0,4)<br>%<br>\pscustom[fillstyle=solid,fillcolor=blue,linestyle=none]{<br>&nbsp; \pstThreeDEllipse[beginAngle=90,endAngle=0](0,0,0)(4,0,0)(0,4,0)<br>&nbsp; \pstThreeDEllipse[beginAngle=0,endAngle=90](0,0,0)(4,0,0)(0,0,4)<br>&nbsp; \pstThreeDEllipse[beginAngle=90,endAngle=0](0,0,0)(0,4,0)(0,0,4)<br>}<br>\end{pspicture}<br><br>\end{document}<br><br>_______________________________________________<br>PSTricks mailing list<br><a
 ymailto="mailto:PSTricks@tug.org" href="/mc/compose?to=PSTricks@tug.org">PSTricks@tug.org</a><br><a href="http://tug.org/mailman/listinfo/pstricks" target="_blank">http://tug.org/mailman/listinfo/pstricks</a><br>archive: <a href="http://www.tug.org/pipermail/pstricks/" target="_blank">http://www.tug.org/pipermail/pstricks/</a><br></div></blockquote></td></tr></table><br>