summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/pgfplots/pgfplots.py
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/pgfplots/pgfplots.py')
-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