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

Id like to have ability to place chart caption inside plotting area, almost like `label_area` setting with negative value.

feature request

### What is the feature ? To show data density by creating lines on top of axis lines. ### (Optional) Why this feature is useful and how people would use...

feature request

**Describe the bug** i'm trying to draw rays (green circles is rays origin) such as: ``` let p0 = ...; let p1 = p0 + r * 1e2; root.draw(&PathElement::new( vec![(p0[0],...

bug

### What is the feature ? For line graphs allow dashed, dotted, etc sty;es ### (Optional) Why this feature is useful and how people would use the feature ? Show...

feature request

Hello, rookie Rustacean here. Using latest Plotters version as of today (0.3.5), I got this kind of code where I want to draw a single boxplot on an existing chart:...

bug

Hi, There is popular plot called violin plot, does plotters plan to support it ? ![image](https://github.com/plotters-rs/plotters/assets/29703450/54c5a61d-1f9b-4e36-a80e-29339d863427)

feature request

Hi, Anyone who can tell how to plot heatmap using plotters ?

feature request

Hi, How to perform broken axis using plotters ? The following is an example of broken axis: ![image](https://github.com/plotters-rs/plotters/assets/29703450/90f918d0-da1a-400b-855d-5fe3e25206b4)

feature request

### What is wrong? This is not a feature request, but rather a suggestion. While using the [`ErrorBar`](https://docs.rs/plotters/0.3.5/plotters/element/struct.ErrorBar.html#) struct, I didn't know that it requires the `all_elements` feature to be...

feature request

### What is the feature ? I'd like use plotters wasm in the web worker, but the plotters/src/style/font/web.rs `estimate_layout` method use the `window`. Worker has any window context. ### (Optional)...

feature request