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

**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...

bug

**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: ![image](https://private-user-images.githubusercontent.com/8925621/327853860-4e2380b5-00c1-4fe9-bea7-c3338bb7b95b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTQ3ODE3MzksIm5iZiI6MTcxNDc4MTQzOSwicGF0aCI6Ii84OTI1NjIxLzMyNzg1Mzg2MC00ZTIzODBiNS0wMGMxLTRmZTktYmVhNy1jMzMzOGJiN2I5NWIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDUwNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDA1MDRUMDAxMDM5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9Zjk3ZjNhMDIwNTc2M2MwMDRmZDY1NzdlZWE1YjU0NDY0NDY3MDYzNTE3NDM1YjQ2NmIzOWQ5MjI3YjgwMmE4NCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.Ckmop-4qpLse_uc-IjM8iybIkzMBFousVpA7HqY2j6M) **To Reproduce** **Version Information** `master` https://github.com/plotters-rs/plotters/commit/123764a89465412d564845591760eb1d1bc887ea

bug

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 ![image](https://github.com/plotters-rs/plotters/assets/27293515/96cf8fec-032c-4860-862d-511e99426df9) **To Reproduce** Some minimal reproduce code is...

bug

**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`.

bug

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...

dependencies

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...

dependencies

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...

dependencies

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...

dependencies