diff options
| author | Howard Butler <howard@hobu.co> | 2016-09-08 14:13:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-08 14:13:35 -0500 |
| commit | 34aef4f6fa0743d683ce370574d7436163fa9f98 (patch) | |
| tree | fa9eae04aa34b58eb8929d6bebca079d198cae3f /docs/plot/plot.sh | |
| parent | 3880c10dab0ec61d5826309edd87a249a689cd82 (diff) | |
| parent | af3a645ea55ebb3ec558f75531ee366bc3654087 (diff) | |
| download | PROJ-34aef4f6fa0743d683ce370574d7436163fa9f98.tar.gz PROJ-34aef4f6fa0743d683ce370574d7436163fa9f98.zip | |
Merge pull request #413 from OSGeo/doc-image-plotting
Implement Kristian's plot generation script
Diffstat (limited to 'docs/plot/plot.sh')
| -rwxr-xr-x | docs/plot/plot.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/plot/plot.sh b/docs/plot/plot.sh new file mode 100755 index 00000000..20dc526d --- /dev/null +++ b/docs/plot/plot.sh @@ -0,0 +1,2 @@ + +python3 plot.py definitinos.txt images/ |
