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

Hi, All: I just implemented a signal generator and draw a plot used the plotters GTK backend. https://github.com/imiskolee/rust-dsp-starter/tree/main/signal_generator, **My question is can we use other UI frameworks on Rust world?**...

### What is the feature ? It would be nice if plotters could support time-based coordinates based on chrono's NaiveTime type. I would expect such support to be very similar...

feature request

Would be nice to have an option to tell the histogram to automatically split the data in a number of bins.

feature request

Please provide a guide, how to use this library with react js

Grouped bar charts are good for comparisons, e.g. in benchmarks

feature request

### What is the feature ? Currently the AreaSeries only supports a baseline Y value. There should be another option where minimum and maximum Y values can be supplied. ###...

feature request

Removed broken link which is supposed to point to demonstration of Piston backend, which has been removed.

### Extend Palette trait I've been recently using plotters to do some scatters plots of point sequences. Its great, I love the gif backend. amazing crate. As I wanted to...

feature request

Hello, When creating an animated chart, does this simply mean recreating the chart every time new data comes in? The piston example seems to suggest that, but it doesn't seem...

Hello. I created this PR as a means to ask you, if you'd be open to generalization of the text drawing API. What I've changed here allows me to swap...