We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c107703 + 7660983 commit 859dbccCopy full SHA for 859dbcc
README.md
@@ -28,7 +28,7 @@ Use with TypeScript/JavaScript:
28
29
```typescript
30
import { plot, Plot } from 'nodeplotlib';
31
-const data: Plot[] = [{x: [1, 3, 4, 5], y: [3, 12, 1, 4], type: 'line'}];
+const data: Plot[] = [{x: [1, 3, 4, 5], y: [3, 12, 1, 4], type: 'scatter'}];
32
plot(data);
33
```
34
0 commit comments