Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 60a2de6

Browse files
committed
Update README
1 parent 1b21496 commit 60a2de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Usage is also possible with [Tonicdev](https://tonicdev.com) using the following
3636
```javascript
3737
var plot = require('plotly/notebook');
3838

39-
plot([{ x: [1,2,3], y: [4,5,6] }], { title: 'Hello World!' titleFont: { color: '#663399' } });
39+
plot('test-plot', [{ x: [1,2,3], y: [4,5,6] }], { title: 'Hello World!' titleFont: { color: '#663399' } });
4040
```
4141

4242
This simply returns an HTML string that will be rendered.

0 commit comments

Comments
 (0)