Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update README; add Jupyter image | bnewbold | 2016-03-02 | 2 | -17/+36 |
| | |||||
* | README, LICENSE, TODO | bnewbold | 2016-03-01 | 3 | -11/+323 |
| | |||||
* | tests: more of them | bnewbold | 2016-03-01 | 4 | -0/+94 |
| | |||||
* | fix png and jpeg MIME; export writePSfile and writeGSfile | bnewbold | 2016-03-01 | 1 | -5/+7 |
| | | | | | | | | | | | writePSfile accidentally wasn't wrapped. Unlike the other file writing functions, writeGSfile requires a file path, can't pass an IO object or file descriptor. Enforce this with a type annotation (AbstractString). The above means that png and jpeg writemime() support requires using pipeGS instead of writeGSfile. | ||||
* | huge rework adding MIME output support, PyxCanvas, wrapper, more | bnewbold | 2016-02-23 | 2 | -39/+77 |
| | | | | | | | | | | | | | 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). | ||||
* | add conditional (py3) writeSVGfile function export | bnewbold | 2016-02-21 | 2 | -4/+9 |
| | |||||
* | add many, many more example conversions. still not complete | bnewbold | 2016-02-21 | 32 | -1/+2761 |
| | |||||
* | README: add pyx_ prefix functions note | bnewbold | 2016-02-21 | 1 | -0/+5 |
| | |||||
* | examples/graphs/points.jl: fix zero indexing | bnewbold | 2016-02-21 | 1 | -2/+2 |
| | |||||
* | yet more exports; change style_line* exports to be consistent | bnewbold | 2016-02-21 | 1 | -12/+50 |
| | |||||
* | README: how to run tests | bnewbold | 2016-02-21 | 1 | -0/+4 |
| | |||||
* | add more graph tests | bnewbold | 2016-02-21 | 6 | -1/+118 |
| | |||||
* | add examples (all ports from PyX 0.14.1) | bnewbold | 2016-02-21 | 9 | -0/+1086 |
| | |||||
* | simple, naive, draft, etc | bnewbold | 2016-02-21 | 1 | -0/+54 |
| | |||||
* | meta-files | bnewbold | 2016-02-21 | 4 | -0/+70 |