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
- Host: GitHub
- URL: https://github.com/n-riesco/ijavascript-plotly
- Owner: n-riesco
- License: apache-2.0
- Created: 2017-04-12T22:39:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-21T00:55:22.000Z (over 3 years ago)
- Last Synced: 2025-03-15T02:47:06.286Z (3 months ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"});
```
## Compatible Frontends
| Frontend | Requirements |
| :-- | :-: |
| [email protected] | none |
| [email protected] | none |
| [email protected] | `pip3 install plotly` |
| [email protected] | not working |