Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 39fd2a5

Browse files
author
alexander-daniel
committed
Merge branch 'master' of https://github.com/plotly/plotly-nodejs
2 parents cd5d365 + 854113e commit 39fd2a5

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
##node.js + Plotly Streaming API
2-
####Installation
1+
#node.js + Plotly Streaming API
2+
Analyze and Visualize Data, Together.js
33
```Javascript
44
npm install plotly
55
```
6-
####Usage
6+
###Usage
77
```Javascript
88
var plotly = require('plotly')('username','api_key');
99

@@ -23,7 +23,7 @@ Example:
2323
var plotly = require('plotly');
2424
plotly.signup('some_clever_username','your@email.com')
2525
```
26-
####plot(data,layout,[callback])
26+
####plot(data,layout[, callback])
2727
Example:
2828
```Javascript
2929
var plotly = require('plotly')('username','api_key');
@@ -35,7 +35,7 @@ plotly.plot(data,layout,function() {
3535
// Do some things after the POST
3636
});
3737
```
38-
####stream(your_streamtoken,[callback])
38+
####stream(your_streamtoken[, callback])
3939
Example:
4040
```Javascript
4141
var plotly = require('plotly')('username','api_key');

0 commit comments

Comments
 (0)