aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-02-23 13:14:13 -0800
committerbnewbold <bnewbold@robocracy.org>2016-02-23 13:14:17 -0800
commitfa8f048e78bb9965902371f937d761267bd6b63b (patch)
treeb59fd1203d5bd6d90eefa593bd210b26846fc58e /README.md
parentba0bb2fc756deaa8f02cc58148fc4ef9095e85ff (diff)
downloadPyX.jl-fa8f048e78bb9965902371f937d761267bd6b63b.tar.gz
PyX.jl-fa8f048e78bb9965902371f937d761267bd6b63b.zip
huge rework adding MIME output support, PyxCanvas, wrapper, more
Apes PyPlot to map a new Julia type (PyxCanvas) to the PyX python "canvas" class, and defines many methods on this new type, including MIME output. Also addes ghostscript piping stuff, and corrects Python3 (SVG) support. This now at least sort-of works with Jupyter. Probably needs a refactor/cleanup, definately needs mime-specific tests, and the Graph object should also be wrapped (PyxGraph).
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 031f8cc..8cd198f 100644
--- a/README.md
+++ b/README.md
@@ -40,3 +40,5 @@ following functions have "pyx_" preprended to the function name:
Also check the TODO file.
+For pipeGS (ghostscript file conversion) output, see:
+http://www.ghostscript.com/doc/current/Devices.htm