Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 933 Bytes

File metadata and controls

28 lines (21 loc) · 933 Bytes

Documentation License License

Diplotocus is a python package designed to render animations of matplotlib objects, in a timeline style.

Diplotocus Documentation

Installation :

  • Using pip (preferred):
pip install diplotocus
  • Download the source code of this repository, and run:
pip install .

Dependencies:

  • matplotlib
  • numpy
  • ffmpeg (necessary to render videos)
  • svgpath2mpl
  • tqdm (optional)