/plot_data

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

Primary LanguageTypeScriptGNU Lesser General Public License v2.1LGPL-2.1

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