chartreuse icon indicating copy to clipboard operation
chartreuse copied to clipboard

Data visualization for a functional world

Results 7 chartreuse issues
Sort by recently updated
recently updated
newest added

This commit adds theming for text at a Plot wide level. There is a separate font for headings and normal text, but otherwise theming is shared between all text. Annotations...

* [x] The index / landing page is really bad. It's just a link to other projects. This should describe the project and show an example visualization * [x] "Creating...

documentation

### Add support for annotating/highlighting specific points of interest on a graph. - [x] Arrows/lines extending from text to point of interest - [ ] Theming (could also cover the...

enhancement

Add the logarithmic type of scale. Helpful when there is a large value range in a dataset. There should be support for: - Log-log plots: if both the vertical and...

enhancement

Add support for displaying legends. Useful when there is more than one layer on a graph. Legends should label data by: - color - symbol - pattern (not the most...

enhancement

Add support for displaying tick marks. Properties include: * Major tick mark extent. The amount in and out that the major tick marks extend relative to the axis. (In =...

I think there are two additional types of `Layer` that may be useful: * interpolating a function * drawing an arbitrary `Picture`