summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example-cut.gnuplot
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example-cut.gnuplot')
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example-cut.gnuplot2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example-cut.gnuplot b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example-cut.gnuplot
new file mode 100644
index 0000000000..1f81f6a7b9
--- /dev/null
+++ b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example-cut.gnuplot
@@ -0,0 +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)