plotters
plotters copied to clipboard
A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
Id like to have ability to place chart caption inside plotting area, almost like `label_area` setting with negative value.
### 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...
**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],...
### 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...
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:...
Hi, There is popular plot called violin plot, does plotters plan to support it ? 
Hi, How to perform broken axis using plotters ? The following is an example of broken axis: 
### 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...
### 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)...