Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benmaier/simple-plot
A simple Python-like plot interface for canvas/context.
https://github.com/benmaier/simple-plot
canvas d3 plot
Last synced: about 1 month ago
JSON representation
A simple Python-like plot interface for canvas/context.
- Host: GitHub
- URL: https://github.com/benmaier/simple-plot
- Owner: benmaier
- License: other
- Created: 2019-04-13T21:26:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T13:18:26.000Z (over 3 years ago)
- Last Synced: 2024-10-11T11:07:07.522Z (3 months ago)
- Topics: canvas, d3, plot
- Language: JavaScript
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-plot
This is a lightweight class providing a Python-like API to plot data on `canvas`.
## License
This code is licensed under the CC 4.0 license. The [d3-library](https://github.com/d3/d3) is licensed under the MIT license.