1.49.1 • Published 5 years ago

@nteract/plotly v1.49.1

Weekly downloads
3,481
License
BSD-3-Clause
Repository
github
Last release
5 years ago

@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

1.49.1

5 years ago

1.48.3

5 years ago

1.47.4

5 years ago

1.47.1

5 years ago

1.43.0

5 years ago

1.42.5

5 years ago

1.0.0

7 years ago