Skip to content

Commit e2aebe6

Browse files
committed
add info about Tabs in CONTRIBUTING
1 parent fa5944d commit e2aebe6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ by for example pasting in the console:
4343
Plotly.plot(Tabs.fresh(), [{x:[1,2,3], y:[2,1,2]}]);
4444
```
4545

46+
- `Tabs.fresh()` creates a fresh graph div and return it and
47+
- `Tabs.getGraph()` returns the current graph div.
48+
4649
**Other npm scripts**:
4750

4851
- `npm run preprocess`: pre-processes the css and svg source file in js. This

0 commit comments

Comments
 (0)