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

[Enhancement] Mention `all_elements` feature in the Docs #487

Open wiseaidev opened 1 year ago

wiseaidev commented 1 year ago

What is wrong?

This is not a feature request, but rather a suggestion. While using the ErrorBar struct, I didn't know that it requires the all_elements feature to be included. So, I would like to suggest updating the docs to mention this feature. Otherwise, beginners to Plotters will spend a lot of time trying to figure out why ErrorBar cannot be imported.