plotters
plotters copied to clipboard
A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
### Discussed in https://github.com/orgs/plotters-rs/discussions/299 Originally posted by **DaMilyutin** October 30, 2021 Hi, I'm playting with sixtyfps. I've changed plotter example https://github.com/sixtyfpsui/sixtyfps/tree/master/examples/plotter to plot gauss surface and have plotting depending on...
### What is the feature ? It would be nice to have not only solid lines but also dashed, dotted or whatever pattern. I haven't found this in documentation. So,...
It seems we should allow each backend define their own coordinate type. For example, the SVG standard actually allows float point numbers, but plotters currently uses `BackendCoord` for all the...
### What is the feature ? Anti-aliasing for plotted data traces (for the bitmap back-end) ### (Optional) Why this feature is useful and how people would use the feature ?...
Hi! Is there any chance it's currently possible to create a polar-coordinates heatmap using `plotters`?  Unfortunately didn't see anything like it in the examples. Thank you!
**Describe the bug** The anti-alias algorithm seems to be wrapping in the horizontal direction. As a consequence, the images below show artifacts. Additionally, the antialias pixels do not cover the...
**Describe the bug** I am not able to run the first bitmap example because fontconfig doesn't work :  **To Reproduce** here is a nix expression I used: ```nix {...
### What is the feature ? The addition of axis labels (descriptions) on Cartesian 3d plots ### Why this feature is useful and how people would use the feature ?...
Hello, I noticed that every time someone uses `plotters`, he ends up with the whole `plotters-doc-data` directory in his `~/.cargo` directory. And more basically, every time someone pulls plotters as...
- What is the feature ? Currently, AreaSeries colors the area from Path/LineSeries to baseline. This is done with Polygon. It would be nice to have two different colors for...