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

This change exports the `doc` macro, which is required to be exported for the already exported `define_color` macro to work. This has been documented in bug #413

**Describe the bug** The issue I am having is that while plotting polygons out of bounds, I get the following error: ``` thread 'main' panicked at 'attempt to subtract with...

bug

**Describe the bug** I was working on some custom palettes, and I looked how they were made in the upstream code. It seems like `define_color!` is the way to do...

bug

**Describe the bug** Unable to build plotters in another project that is using it. **To Reproduce** `git clone https://github.com/diem/diem.git` `cargo install --path shuffle/cli` **Error** ``` Compiling plotters v0.3.3 error[E0432]: unresolved...

bug

Release v0.3.3 of the plotters crate addressed an issue about raising the MSRV from 1.46 to 1.56 without incrementing the minor version. See issue here: https://github.com/plotters-rs/plotters/issues/398 This change also included...

A flexible line style that can insert custom markers at equal intervals and supports shifting. #295 #321 #324 #483 # New Types + `plotters::series::line_series::DottedLineSeries` + `plotters::element::basic_shapes::DottedPathElement` Options in `fn new(...)...

This approach was copied from other crates such as `syn` https://github.com/dtolnay/syn/ where the `doc_cfg` flag is enabled by the compiler when generating docs in order to annotate which feature enables...

This PR enables the user to leverage the macro `define_linear_interpolation_color_map` to easily create custom colormaps. In addition, I have hidden the documentation of macros in the crate root and instead...

### What is the feature? The ability to save a figure from a jupyter notebook instance. It is not obvious to me that this can currently be done with how...

feature request

**Describe the bug** When drawing rotated axis labels (e.g. dates and times), they should not overlap with the chart -- their origin should not be at the center but at...

bug