plotters
plotters copied to clipboard
A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely ๐ฆ ๐๐
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...
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...
### 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...
### 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:...
### 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...
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...
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...
**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...
I have artificially expanded the X axis here to demonstrate the problem  If the X-axis in this example is ranged to the data shown, then the data will appear...