plotters
plotters copied to clipboard
A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely π¦ ππ
When using a log scale from 2 to 8, plotters crashes as tier_1 is zero and is later used as divisor. I made a simple fix by checking for zero...
I'll admit it's not a very elegant pull request and won't be offended if you completely redo it. It allows you to use Category axis in histograms by making them...
Updated 3d example to current version
I added a Boxplot variant with outliers, but I don't know whether it's built the way you'd have liked, as I can imagine you would have liked to have it...
Used formula from wolfram mathworld to define the pdf function.
Hi, I love this crate for plotting. But after reading all codes under examples directory, I wonder how I can draw two sepreted and not overlaped time range into one...
**Describe the bug** does anyone make stoke width workοΌ **To Reproduce** I clone this repoοΌand try to change style from `&RED` to `let style = Into::::into(&BLUE).stroke_width(100).filled();` in example **wasm-demo** but...
### What is the feature ? Being able to render network diagrams would be an amazing extension of plotters' current feature set ### Why this feature is useful and how...
### What is the feature ? It would be nice to be able to rotate text to some arbitrary angle (besides just 0/90/180/270 degrees) ### (Optional) Why this feature is...
Hi i have created a examples using GTK.rs and Plotters.rs. It's a real time plot using a thread to keep the GUI responsive at tany time. The thread starts when...