IJavascript wrapper for Plotly
npm install ijavascript-plotlyijavascript-plotly is an npm module for creating
Plotly plots in IJavascript.
This is an alpha release (API is likely to change).
``js
var Plotly = require("ijavascript-plotly");
Plotly([{y: [10, 30, 20]}], {title: "Plotly from IJavascript"});
``