plotters
plotters copied to clipboard
A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
**Describe the bug** Using the code in the following repo, plotters will hang when drawing the series. It only happens under very specific conditions, i.e., the specifically set stroke width...
**Describe the bug** (First posted at https://github.com/plotters-rs/plotters/issues/573#issuecomment-2093584661 ) I get no spacing between the text now, when I used the latest git commit:  **To Reproduce** **Version Information** `master` https://github.com/plotters-rs/plotters/commit/123764a89465412d564845591760eb1d1bc887ea
The layout function for multi-line text crashes when multi-byte UTF-8 characters are used. This pull request fixes this issue. The old algorithm was simply operating on bytes and directly indexing...
Hi it is possible to set a default font size, instead setting each font manual? for example at the `x/y_desc` and `label`: ```rust chart .configure_mesh() .x_desc("Jumps count with Δx=1") .y_desc("variance")...
**Describe the bug** Describe what is expected, what you actually get. It would be nice to have screenshot or result image uploaded  **To Reproduce** Some minimal reproduce code is...
**Describe the bug** Can't outline a polygon, the render function is also just called `fill_polygon` instead of `draw_polygon` as for `draw_circle`.
Updates the requirements on [ttf-parser](https://github.com/RazrFalcon/ttf-parser) to permit the latest version. Changelog Sourced from ttf-parser's changelog. [0.22.0] - 2024-06-29 Added Face::glyph_phantom_points hvar::Table::right_side_bearing_offset. Thanks to LaurenzV. vvar::Table::advance_offset. Thanks to LaurenzV. vvar::Table::top_side_bearing_offset. Thanks...
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.1 Bug fixes: Fixed corrupt JPEG output when attempting to encode images containing an...
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. Changelog Sourced from itertools's changelog. 0.13.0 Breaking Removed implementation of DoubleEndedIterator for ConsTuples (#853) Made MultiProduct fused and fixed on...
Updates the requirements on [gif](https://github.com/image-rs/image-gif) to permit the latest version. Changelog Sourced from gif's changelog. v0.13.1 Bugfixes: Fixed writing palettes with non-power-of-two sizes v0.13.0 Features: Added Iterator interface for the...