whitecanvas
whitecanvas
is a type safe and backend independent plotting library for Python.
Source
Installation
whitecanvas
is available on PyPI.
pip install whitecanvas -U
You can also install backend optional dependencies using one of the following commands.
pip install whitecanvas[matplotlib] -U
pip install whitecanvas[pyqtgraph] -U
pip install whitecanvas[vispy] -U
pip install whitecanvas[plotly] -U
pip install whitecanvas[bokeh] -U