All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- LivePlot: Add
legend
shorthand function - LivePlot: Add
push
function - LivePlot: Add
reset
function - Sketch: Add a
reset
function
1.0.0 - 2024-08-06
- Base class for all library exceptions
- LivePlot class for live time series streaming
- Sine waves example using a LivePlot
- Sine waves example using a raw Sketch rather than a LivePlot
- Sketch class for fast line redrawing on an existing Matplotlib canvas
- Unit tests for the Sketch class