[OS X TeX] Drawing parametric curves for Beamer

Michael Sharpe msharpe at ucsd.edu
Mon Oct 17 23:24:24 CEST 2016


> On Oct 17, 2016, at 2:01 PM, Tim Brophy <timbrophy at mac.com> wrote:
> 
> {6.123233995736766E-17*(t+0.0)+t**(3.0)+4.0,t+0.0-6.123233995736766E-17*(t**(3.0)+4.0)-0.0}


I don't believe gnuplot is really needed, and you received that warning because of the overly complex way your parametric function was specified. Instead of the above, try

{t^3+4,t} 

so that that Tikz doesn't think that non-integer powers are called for.

Michael
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: https://www.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