https://github.com/data-forge-notebook/plot-examples
Examples for the plot library.
https://github.com/data-forge-notebook/plot-examples
Last synced: 11 months ago
JSON representation
Examples for the plot library.
- Host: GitHub
- URL: https://github.com/data-forge-notebook/plot-examples
- Owner: data-forge-notebook
- License: mit
- Created: 2019-12-06T10:00:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:58:38.000Z (about 3 years ago)
- Last Synced: 2025-02-05T08:51:54.443Z (about 1 year ago)
- Language: TypeScript
- Size: 8.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plot-examples
This repository contains various examples of using [plot](https://www.npmjs.com/package/plot).
[Click here to support my work](https://www.codecapers.com.au/about#support-my-work)
## TypeScript / Node.js
To use, clone the repo, then:
```bash
cd typescript
npm install
npm start
```
A chart will be rendered to the output directory.
There's plenty of other examples that you can run in this form:
```bash
npx ts-node example-2.ts
```
And so on...
## React
To try out the React example:
```bash
cd react
npm install
npm start
```