Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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