<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Yes, but that is not the problem here.  I guess I did mix up cos and COS, but either way I should get a curve, not a line.
<div class=""><br class="">
</div>
<div class=""><br class="">
<div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Zbigniew Nitecki<br class="">
Department of Mathematics<br class="">
Tufts University<br class="">
Medford, MA 02155<br class="">
<br class="">
telephones:<br class="">
my office     (617) 627-3843<br class="">
dept. off.    (617) 627-3234<br class="">
dept. fax    (617) 627-3966<br class="">
<br class="">
<a href="http://sites.tufts.edu/znitecki/" class="">http://sites.tufts.edu/znitecki/</a></div>
</div>
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Sep 10, 2018, at 12:16 PM, Michael Sharpe <<a href="mailto:msharpe@ucsd.edu" class="">msharpe@ucsd.edu</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class=""><br class="">
<br class="">
<blockquote type="cite" class="">On Sep 10, 2018, at 8:27 AM, Nitecki, Zbigniew H. <<a href="mailto:Zbigniew.Nitecki@tufts.edu" class="">Zbigniew.Nitecki@tufts.edu</a>> wrote:<br class="">
<br class="">
What is wrong here?  using pstricks, pst-plot and \pst-math, the following command<br class="">
<blockquote type="cite" class="">\parametricplot[plotstyle=curve, plotpoints=50]{-1.8}{1.8}{0.25 t Pi mul mul cos t}<br class="">
</blockquote>
which should create a curve opening left, creates a vertical line.<br class="">
<br class="">
Minimal example:<br class="">
<br class="">
</blockquote>
<br class="">
<br class="">
Remember that cos in Postscript expects its argument in degrees, so you may wish to use instead<br class="">
<br class="">
\parametricplot[plotstyle=curve, plotpoints=50]{-1.8}{1.8}{0.25 t 180 mul mul cos t}<br class="">
<br class="">
Michael<br class="">
<br class="">
----------- Please Consult the Following Before Posting -----------<br class="">
TeX FAQ: <a href="http://www.tex.ac.uk/faq" class="">http://www.tex.ac.uk/faq</a><br class="">
List Reminders and Etiquette: <a href="https://sites.esm.psu.edu/~gray/tex/" class="">
https://sites.esm.psu.edu/~gray/tex/</a><br class="">
List Archives: <a href="http://dir.gmane.org/gmane.comp.tex.macosx" class="">http://dir.gmane.org/gmane.comp.tex.macosx</a><br class="">
               <a href="https://email.esm.psu.edu/pipermail/macosx-tex/" class="">https://email.esm.psu.edu/pipermail/macosx-tex/</a><br class="">
TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/" class="">http://mactex-wiki.tug.org/</a><br class="">
List Info: <a href="https://email.esm.psu.edu/mailman/listinfo/macosx-tex" class="">
https://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>