plotters-rs / plotters

A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
https://plotters-rs.github.io/home/
MIT License
3.91k stars 281 forks source link

Examples in Docs of DashedLineSeries #616

Closed robertosw closed 4 months ago

robertosw commented 4 months ago

This might be what is wanted in #321

This is such a small example that I didn't want to create a new file in plotters/examples for it. Is this okay?

robertosw commented 4 months ago

btw: ShapeStyle::filled does not even have to be true. It will always get filled

AaronErhardt commented 4 months ago

Thanks!