plot-data
v0.26.0
Published
[![npm (scoped)](https://img.shields.io/npm/v/plot-data.svg)](https://www.npmjs.com/package/plot-data) [![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/plot-data.svg)](https://www.npmjs.com/package/plot-data) ![npm](https://img.shiel
Downloads
549
Readme
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