summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example.gnuplot
blob: ea9639bd7823983dd8bcf4a7b6a398bf6f4604a3 (plain)
1
2
set table "plots/pgf-parametric-example.table"; set format "%.5f"
set samples 25; set parametric; plot [t=-3.141:3.141] [] [] t*sin(t),t*cos(t)