pygrace-1.2.1
pygrace 1.2.1 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.7
- 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
New Contributors
Full Changelog: https://github.com/uqfoundation/pygrace/commits/pygrace-1.2.1