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.89k stars 281 forks source link

Fix backend example in README #638

Closed A-K-O-R-A closed 2 months ago

A-K-O-R-A commented 2 months ago

In the Section "Drawing Backends" under "Concepts by example", the commented line for the SVGBackend is missing a mut keyword, this PR resolves this issue.