Skip to content

praeclarumjj3/granim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

granim

License: MIT PyPI version OS

Setup

Requirements:

  • System Libraries: Using apt
sudo apt install sox ffmpeg libcairo2 libcairo2-dev
  • pycairo: version 1.10.0 or greater
pip install pycairo
  • texlive-full: Using apt
sudo apt install texlive-full

Installation:

pip install granim

Quickstart

  • Plotting from a sample csv file (already present in the package structure):
granim-plot demo csv

  • Plotting a set of points (already defined in the package code):
granim-plot demo points

Note: The package currently supports only these two functions. I plan to include a lot more options and solve a few issues in near future.

Contributing

Contributions are always welcome and credit will be given!

  • ✔️ If you wish to add a new feature, open a PR.

  • 🐛 If you find a bug, open an issue.

  • 📚 Docs contribution are also appreciated!