From fa8f048e78bb9965902371f937d761267bd6b63b Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 23 Feb 2016 13:14:13 -0800 Subject: 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). --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3