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 190 plotters issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. Changelog Sourced from itertools's changelog. 0.14.0 Breaking Increased MSRV to 1.63.0 (#960) Removed generic parameter from cons_tuples (#988) Added Added...

dependencies
rust

I tried to use plotters in a web worker and ran into a panic in estimate_layout. The reason is fairly obvious, there is no window or document inside of a...

### What is the feature ? I'm building backend for gpui. It works decent so far ### (Optional) Additional Information gpui is not on crates.io yet, so only the repo...

feature request

### What is the feature ? PGFPlot is the LaTeX package to generate publication quality plots. The feature would be to add the ability to generate PDF and/or LaTeX code...

feature request

### What is the feature? Currently, `LineSeries::new` and `DashedLineSeries::new` have different signature of `style`: ```rust // LineSeries::new pub fn new(iter: I, style: S) -> Self // DashedLineSeries::new pub fn new(points:...

feature request

### What is the feature ? Create images/plots with transparent backgrounds. The BitmapBackend should come/support a PixelFormat with alpha channel. ### (Optional) Why this feature is useful and how people...

feature request

Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version. Changelog Sourced from image's changelog. Version 0.25.5 Features: Added support for decoding 10-bit and 12-bit AVIF Initial, opt-in serde support...

dependencies
rust

Updates the requirements on [ttf-parser](https://github.com/harfbuzz/ttf-parser) to permit the latest version. Release notes Sourced from ttf-parser's releases. v0.25.1 What's Changed Fix typos. by @โ€‹waywardmonkeys in harfbuzz/ttf-parser#176 Fix clippy::doc_lazy_continuation lint by @โ€‹waywardmonkeys...

dependencies
rust

**Describe the bug** I've been playing around with the plotters library and even creating my own utility crate using it, and I was surprised to see that when a point...

bug

I have artificially expanded the X axis here to demonstrate the problem ![image](https://github.com/user-attachments/assets/db547c2b-7164-4111-980d-0bc531cb19c9) If the X-axis in this example is ranged to the data shown, then the data will appear...

bug