-
A Python Package to plot graphs using the Manim Engine.
-
Project page: https://pypi.python.org/pypi/granim
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
pip install granim
- 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.
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!