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

[Feature Request] Rug plot #502

Open humphreylee opened 1 year ago

humphreylee commented 1 year ago

What is the feature ?

To show data density by creating lines on top of axis lines.

(Optional) Why this feature is useful and how people would use the feature ?

A simpler/ compact way to show data density compared to adding histogram on both x-axis and y-axis. At the moment, the scaling is very challenging, particularly with margin.

(Optional) Additional Information

Compact/ easier way of showing data density compared to histogram on both axis.

Thanks for continuing the good work.

humphreylee commented 1 year ago

Renamed the feature request to Rug plot