Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loov/plot
Plotting library for benchmarks
https://github.com/loov/plot
wip
Last synced: about 1 month ago
JSON representation
Plotting library for benchmarks
- Host: GitHub
- URL: https://github.com/loov/plot
- Owner: loov
- License: mit
- Created: 2018-05-04T07:57:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T09:17:55.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T02:18:51.089Z (6 months ago)
- Topics: wip
- Language: Go
- Homepage:
- Size: 1.66 MB
- Stars: 8
- Watchers: 6
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plot
plot is a plotting library with the focus on visualizing benchmark results.
Everything here is subject to change.
# TODO
* [ ] Add text box
* [ ] Implement text origin
* [ ] Create coordinate abstraction, so that density / violin and other plots can be rotated by just swapping their axes.
* [ ] Implement column bar charts
* [ ] Create an abstraction for dataset, so that sorting can be reused
* [ ] Add color and style palettes
* [ ] Fix density plot scaling
* [ ] Fix violin plot scaling
* [ ] Figure out how to find the 50% percentile of densities