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