Skip to content

Commit b772fb7

Browse files
authored
Merge pull request #11 from ngfelixl/public-api-docs
docs: update public API docs
2 parents 7dbb9f6 + f8a204a commit b772fb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The functions are of the form:
7171
```typescript
7272
import { plot, stack, clear, Plot, Layout } from 'nodeplotlib';
7373

74-
plot(data?: Plot[], layout?: Layout, cb?: Function): void;
74+
plot(data?: Plot[], layout?: Layout): void;
7575
stack(data: Plot[], layout?: Layout): void;
7676
clear(): void;
7777
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodeplotlib",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "NodeJS frontend-less plotting lib using plotly.js inspired by matplotlib",
55
"main": "dist/lib/index.js",
66
"types": "dist/lib/index.d.ts",

0 commit comments

Comments
 (0)