summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/pgfplots
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-10-03 22:23:41 +0000
committerKarl Berry <karl@freefriends.org>2013-10-03 22:23:41 +0000
commit17c26f8a0e90231c7f95311cd8270fcd345002e4 (patch)
treeb0378783b5421fc11bc25ca967c349d4938fd923 /Master/texmf-dist/scripts/pgfplots
parent9334469d545fb017cccf5b7f4075005dc17a4949 (diff)
pgfplots (3oct13)
git-svn-id: svn://tug.org/texlive/trunk@31822 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/pgfplots')
-rw-r--r--Master/texmf-dist/scripts/pgfplots/pgfplots.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/pgfplots/pgfplots.py b/Master/texmf-dist/scripts/pgfplots/pgfplots.py
index 8c00600fc77..a9ee32c9a8d 100644
--- a/Master/texmf-dist/scripts/pgfplots/pgfplots.py
+++ b/Master/texmf-dist/scripts/pgfplots/pgfplots.py
@@ -14,6 +14,12 @@ This module requires the numpy module.
For example of usage, see the executable part at the bottom.
+
+ATTENTION: this file has been provided by 3rd party users in the hope that it
+may be useful. However, it is not maintained by the pgfplots team as such. Use at your own risk.
+
+See also a related (improved) pgfplots code generation for python on https://github.com/olivierverdier/pygfplots
+
"""
import numpy as np
import subprocess