Plot Data: Plot and draw your Python data on your web browser
Introduction
Plot Data is a Python library that allows to plot and draw interactive figures on your web browser. With Plot Data you will be able to draw:
Scatters:
Graphs:
Histograms:
Parallel plots:
Draws:
And put this all together in a Multiplot:
Install
npm i plot-data
Usage
import * as plotdata from 'plot-data';
Develop
npm i
npm run dev
Documentation
https://documentation.dessia.io/tutorials/tutorial-4/
Changelog
Check the changelog here