plotters icon indicating copy to clipboard operation
plotters copied to clipboard

A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀

Results 197 plotters issues
Sort by recently updated
recently updated
newest added

Hey! (@AaronErhardt / rest of plotters-rs maintainers) I am the maintainer of [Freya](https://github.com/marc2332/freya), today I made a plotters [backend](https://github.com/marc2332/skia-plotters-backend) using Skia, and I was about to open an issue/discussion here...

help wanted

The function borrow_secondary function does not return a mutable reference. It would be useful if it actually would be possible to get a &mut reference to the secondary context. Implement...

This branch fixes the behavior of `HSLColor` in Plotters when the hue value is outside the `[0,1]` range. ## Fix - Hue is now **wrapped** into `[0,1)` instead of clamped....

### What is the feature ? *Detailed feature descrption* ### (Optional) Why this feature is useful and how people would use the feature ? *Explain why this feature is important*...

feature request

I want to add an image to the background of the plot. I saw the example but it doesn't work. I have these dependencies : ``` [dependencies] image = "0.25.8"...

I can't find an example anywhere of people making one BitMapBackend and reusing it for subsequent draw calls in a live data context. Is that just not supported by the...

Similar to [x_label_offset](https://docs.rs/plotters/latest/plotters/chart/struct.MeshStyle.html#method.x_label_offset), the ability to add some space between the title and the graph would be nice.

feature request