ijavascript-plotly

0.0.1 • Public • Published

IJavascript Wrapper for Plotly

ijavascript-plotly is an npm module for creating Plotly plots in IJavascript.

This is an alpha release (API is likely to change).

Usage

var Plotly = require("ijavascript-plotly");
 
Plotly([{y: [10, 30, 20]}], {title: "Plotly from IJavascript"});

Screenshot: Usage

Package Sidebar

Install

npm i ijavascript-plotly

Weekly Downloads

2

Version

0.0.1

License

Apache-2.0

Last publish

Collaborators

  • n-riesco