diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-06 21:57:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-06 21:57:22 +0000 |
commit | 933ab7c45fb8fbb5f7726517d2c838ccf7f26472 (patch) | |
tree | 0986da2abd80d7850804de890a6103beb80a574c /Master/texmf-dist/doc/latex/visualtikz/Source/test.sin.gnuplot | |
parent | 0df442da6c9f9da9073921e19f1077d5b8bce0e7 (diff) |
visualtikz (6mar16)
git-svn-id: svn://tug.org/texlive/trunk@39951 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/visualtikz/Source/test.sin.gnuplot')
-rw-r--r-- | Master/texmf-dist/doc/latex/visualtikz/Source/test.sin.gnuplot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/visualtikz/Source/test.sin.gnuplot b/Master/texmf-dist/doc/latex/visualtikz/Source/test.sin.gnuplot new file mode 100644 index 00000000000..a1d42190676 --- /dev/null +++ b/Master/texmf-dist/doc/latex/visualtikz/Source/test.sin.gnuplot @@ -0,0 +1,2 @@ +set table "test.sin.table"; set format "%.5f" +set samples 25; plot [x=0:6.28] sin(x) |