An open API service indexing awesome lists of open source software.

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.

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
```