summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4wp-it/gnuplot.gp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-06 23:11:09 +0000
committerKarl Berry <karl@freefriends.org>2011-05-06 23:11:09 +0000
commitdd7af068e51a47c08099a43fb61ea411bede43ba (patch)
tree2cac021aac283c04531af2a41f17221c22d148ab /Master/texmf-dist/doc/latex/latex4wp-it/gnuplot.gp
parentea51be9a747e2afe1d8349c7ea0b386b20f8c746 (diff)
new italian doc latex4wp-it (6may11)
git-svn-id: svn://tug.org/texlive/trunk@22335 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex4wp-it/gnuplot.gp')
-rw-r--r--Master/texmf-dist/doc/latex/latex4wp-it/gnuplot.gp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex4wp-it/gnuplot.gp b/Master/texmf-dist/doc/latex/latex4wp-it/gnuplot.gp
new file mode 100644
index 00000000000..d7e8c0299c8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex4wp-it/gnuplot.gp
@@ -0,0 +1,14 @@
+gnuplot> set hidden
+gnuplot> set isosam 50
+gnuplot> splot sin(x*x + y*y)/(x*x + y*y)
+gnuplot> splot [-3:3] [-3:3] sin(x*x + y*y)/(x*x + y*y)
+gnuplot> splot [-4:4] [-4:4] sin(x*x + y*y)/(x*x + y*y)
+gnuplot> set title "Gnuplot 3D graph"
+gnuplot> replot
+gnuplot> set grid
+gnuplot> replot
+gnuplot> set xlabel
+gnuplot> set xlabel "X"
+gnuplot> set ylabel "Y"
+gnuplot> set zlabel "Z"
+gnuplot> replot