Skip to content

Library to plot and draw your data on web browser in html format with Python command

License

Notifications You must be signed in to change notification settings

Dessia-tech/plot_data

Repository files navigation

Plot Data: Plot and draw your Python data on your web browser

npm (scoped) npm bundle size (minified) npm GitHub last commit

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: image

  • Graphs: image

  • Histograms: image

  • Parallel plots: image

  • Draws: image

  • And put this all together in a Multiplot: image

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