@nteract/plotly

1.49.1 • Public • Published

@nteract/plotly

npm (scoped) Build Status

A minified version of the plotly library.

Installation

npm install @nteract/plotly

Usage Example

const Plotly = require("@nteract/plotly");
const div = document.createElement("div");
document.body.appendChild(div);
Plotly.plot(
  div,
  [
    {
      x: [1, 2, 3, 4, 5],
      y: [1, 2, 4, 8, 16]
    }
  ],
  {
    margin: { t: 0 }
  }
);

Plotly Library

Readme

Keywords

Package Sidebar

Install

npm i @nteract/plotly

Weekly Downloads

31

Version

1.49.1

License

BSD-3-Clause

Unpacked Size

3.24 MB

Total Files

8

Last publish

Collaborators

  • hydrosquall
  • benabel
  • alexandercbooth
  • benrussert
  • mpacer
  • theengineear
  • yuvipanda
  • rgbkrk
  • lgeiger
  • ivanov
  • captainsafia
  • peggyrayzis
  • jdetle
  • hasch
  • willingc
  • stormpython
  • crystalline-cat
  • emeeks