Thanks Carsten, algebraic=true was the missing key.<br><br>Per<br><br><div class="gmail_quote">On Fri, Mar 4, 2011 at 2:41 AM, Carsten Vogel <span dir="ltr"><<a href="mailto:texnicer@web.de">texnicer@web.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Am 04.03.2011 07:19, schrieb Per Ting:<div class="im"><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
\begin{pspicture*}(-6.06,-5.78)(10.36,6.4)<br>
\parametricplot[linewidth=1.2pt]{0.0}{6.28319}{3*cos(t)^3 | 5*sin(t)^5}<br>
</blockquote>
<br></div>
1.) Using the "school" syntax you need to add "algebraic=true" or you have to use the RPN (reverse polish notation) of PostScript-Language.<br>
2.) You are going to encounter a "bad" drawstyle, even using plotstyle=curve (since the edges get overdrawn in circular shape), best results (so far): use plotpoints=1000. Surely this needs to be adjusted in case that the image is resized to extremly large (or small) size.<br>

3.) The size of that pspicture is not matching the paperformat, though the image is placed acceptable centered on that page. You might want to add a \noindent\resizebox{\linewidth}{!}{...<content>..}<br>
4.) Since you are not sure about parskip/parindent it's always nice to place \noindent in front of that pspicture environment.<br>
<br>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>
<br>
<br>
\documentclass{scrartcl}<div class="im"><br>
\usepackage{pstricks-add}<br>
<br>
\begin{document}<br></div>
\noindent\begin{pspicture*}(-6.06,-5.78)(10.36,6.4)<br>
\parametricplot[plotpoints=1000,linewidth=1.2pt,algebraic=true]{0.0}{6.28319}{3*cos(t)^3 | 5*sin(t)^5}<br>
\end{pspicture*}<br>
\end{document}<br>
<br>
<br>
<br><div><div></div><div class="h5">
<br>
_______________________________________________<br>
PSTricks mailing list<br>
<a href="mailto:PSTricks@tug.org" target="_blank">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></div></blockquote></div><br>