Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gracePlot

A lightweight plotting helper that can:

  • Build line plots with Matplotlib for quick interactive viewing.
  • Export plots as XMGrace .agr files.
  • Render .agr files to PNG if gracebat is available.

Installation

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Quick start

python examples/basic_plot.py

This writes examples/output/basic.agr and attempts examples/output/basic.png.

Repository layout

  • gracePlot.py: Main library and script entrypoint.
  • examples/: Runnable examples.
  • data/: Small datasets used by examples/tests.
  • tests/: Basic unit tests.

About

A Python package for creating plots with xmgrace using a matplotlib-style interface

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages