A lightweight plotting helper that can:
- Build line plots with Matplotlib for quick interactive viewing.
- Export plots as XMGrace
.agrfiles. - Render
.agrfiles to PNG ifgracebatis available.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtpython examples/basic_plot.pyThis writes examples/output/basic.agr and attempts examples/output/basic.png.
gracePlot.py: Main library and script entrypoint.examples/: Runnable examples.data/: Small datasets used by examples/tests.tests/: Basic unit tests.