A JSON based language interpreter for drawing in 2D


Keywords
Dataviz, drawing, data-science, engineering, figure, figures, frame, geometry2d, histogram, html, htmlplot, parallel-plot, plot, python, scatter, typescript
License
CC-BY-SA-2.5
Install
pip install plot-data==0.24.0

Documentation

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

Python: https://documentation.dessia.tech/plot_data/python/
Typescript: https://documentation.dessia.tech/plot_data/typescript/

Changelog

Check the changelog here