sigviz is a mini-module of helper code for making animated signal visualizers.
This mini-module contains helper code for creating animated signal visualizers.
Functionality includes:
- utility code to animate plots and save images to create gifs
- utility code for managing data and creating plots
This repository contains the following:
sigviz/: a mini-module of code for creating animated signal visualizers
sigviz is written in Python, and requires Python >= 3.8.
It has the following dependencies:
The sigviz module can be installed with pip.
To clone and install this module, you can do:
$ git clone https://github.com/TimeSeriesZoo/sigviz
$ cd sigviz
$ pip install .This code is freely available for re-use / adaption / re-mixing etc - though with no guarantees of accuracy.
This project welcomes and encourages contributions from the community!
To file bug reports and/or ask questions about this project, please use the Github issue tracker.