pyx
pyx copied to clipboard
Repository of PyX, a Python package for the creation of PostScript, PDF, and SVG files.
``` grozin@bilbo ~/tmp/pyx-master/test/functional $ python test_text.py ignoring special 'Warning: missing glyph `Gamma'' ignoring special 'Warning: missing glyph `Gamma'' ignoring special 'Warning: missing glyph `Gamma'' ignoring special 'Warning: missing glyph `Gamma''...
I would like to know if it is possible to create gridded axes in 3d-graphs like in [here](http://www.originlab.com/ftp/forum_and_kbase/Images/3DWaterfall_fig.jpg). If not, this would be a great feature to enhance quality of...
PyX currently fails quite badly when added to a PyOxidizer project, initially because of https://github.com/indygreg/PyOxidizer/issues/69 . It would be a big start if the use of `__file__` can be removed,...
We should abandon the space parameter in favor of a split parameter. By default it is unset, which means, PyX splits at spaces. You may set it to ";" (probably...
It would make sense for distributions to set a default font search location to packaged amsfonts. Currently it seems hard to set that default value. Would it be appropriate to...
The [docs](https://pyx-project.org/examples/drawing/pathitem.html) very skilfully show how to add a path that is known at "compile time", but since the input to `path.path` it's not immediately obvious how to create a...
Hello, I would like to create a 2D color gradation plot. In the PyX-examples is the density plot, so somethinig like this. But data points are not evenly distributed. Thus...
When trying to create a parallel circle, the parallel deformer fails for when the radius should be decreased. ``` import pyx # works arcargs = (0.0, 0.0, 1.0, 90, 449)...