plotlib icon indicating copy to clipboard operation
plotlib copied to clipboard

Data plotting library for Rust

Results 22 plotlib issues
Sort by recently updated
recently updated
newest added

There should be functionality to set the color of the text that labels each axis.

I notice in #3 that @milliams is keen for lots more plot types A plot I use a lot in matplotlib is the contour plot, i have some ideas as...

enhancement

Hello, In one of my projects using plotlib, (can be seen [here](https://github.com/quietlychris/k_means)), I'm overlaying several scatter plots in different colors into the same plot. In order of accomplish that, I'm...

enhancement
question

Please feel free to link [this](https://github.com/Immortalin/birthday_paradox_sim).

This issue tracks the features we want to add to showing grids. ## Checklist - [x] Basic grid support (#23) - [ ] configuring grid colour - [ ] basing...

enhancement

We should be able to collect the objects being plotted and create a legend. We need to know: - What objects are plotted - How to draw an icon for...

enhancement

This is an overview issue to track all the feature we want before 1.0: - [ ] lots of plot types - [ ] legends - [ ] output plots...

enhancement

As mentioned in the design philosophy on the wiki, I'd like to be able to automatically map representations to views by their dimension types. For starters, this means consolidating the...

enhancement

https://github.com/milliams/plotlib/blob/c732707b9bb29d51d42485d321df96d9d4d3d4b0/src/boxplot.rs#L57-L60 vs ```rust pub enum Cow