[OS X TeX] parametricplot in pstricks

Luis Sequeira lfsequeira at gmail.com
Tue Sep 11 11:59:06 CEST 2018


The problem is one of scale. Since cos expects degrees, and your t goes from -1.8 to 1.8, 
your   this is practically a straight line. 
I mean cos(0.25πt) when t is 1.8 degrees is approx 0.99969... 

Bottom line, the output is correct.

You may try changing the interval, and also, for good measure, use different scales for x and y.

Try this for comparison:

\parametricplot[plotstyle=curve, plotpoints=50,yunit=0.05mm,xunit=1cm]{-360}{360}{0.25 t Pi mul mul cos t}

Luis Sequeira
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/tex/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
                https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex



More information about the macostex-archives mailing list