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

### 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,...

enhancement
feature request

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...

enhancement
feature request

### 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 ?...

feature request

Hi! Is there any chance it's currently possible to create a polar-coordinates heatmap using `plotters`? ![image](https://user-images.githubusercontent.com/1927180/168430208-3130f335-1da7-4115-ad4f-3cc36b6be908.png) Unfortunately didn't see anything like it in the examples. Thank you!

help wanted
feature request

**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...

bug

**Describe the bug** I am not able to run the first bitmap example because fontconfig doesn't work : ![image](https://user-images.githubusercontent.com/62420525/143785466-8188202f-dbe5-4661-a92c-239d058ba196.png) **To Reproduce** here is a nix expression I used: ```nix {...

bug
help wanted

### 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 ?...

enhancement
help wanted
feature request

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...

enhancement
good first issue
feature request