An open API service indexing awesome lists of open source software.

https://github.com/n-riesco/ijavascript-plotly

IJavascript wrapper for Plotly
https://github.com/n-riesco/ijavascript-plotly

Last synced: 2 months ago
JSON representation

IJavascript wrapper for Plotly

Awesome Lists containing this project

README

        

# IJavascript Wrapper for Plotly

`ijavascript-plotly` is an [npm module](https://www.npmjs.com/) for creating
[Plotly](https://plot.ly/) plots in IJavascript.

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

## Usage

```js
var Plotly = require("ijavascript-plotly");

Plotly([{y: [10, 30, 20]}], {title: "Plotly from IJavascript"});
```

![Screenshot: Usage](images/usage.png)

## Compatible Frontends

| Frontend | Requirements |
| :-- | :-: |
| [email protected] | none |
| [email protected] | none |
| [email protected] | `pip3 install plotly` |
| [email protected] | not working |