Skip to content
Compare
Choose a tag to compare
@mmckerns mmckerns released this 29 Sep 04:38
· 6 commits to master since this release

1.5 Release Notes

pygrace provides an object-oriented python interface for the efficient construction of xmgrace projects (e.g. highly-customizable publication-quality single and multi-figure plots).

pygrace installs with pip:
$ pip install pygrace

pygrace requires:
- python or pypy, >=3.8
- setuptools, >=42
- cython, >=0.29.30
- numpy, >=1.0
- mpmath, >=0.19

Additional requirements:
- xmgrace, >=5.1.4 (install with $ brew install grace or $ apt-get install grace)

pygrace is licensed under 3-clause BSD:

>>> import pygrace
>>> print (pygrace.license())

To cite pygrace:

>>> import pygrace
>>> print (pygrace.citation())

What's Changed

Full Changelog: 1.4...1.5