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.85k stars 278 forks source link

[Feature Request] Add grouped bar charts #211

Open PSeitz opened 3 years ago

PSeitz commented 3 years ago

Grouped bar charts are good for comparisons, e.g. in benchmarks

cszach commented 1 year ago

Hello.

I currently need to do grouped bar charts in plotters for my REU so I would like to help make it easier to draw this kind of graphs in plotters.

If possible I would appreciate some pointers as to where I should look at (perhaps existing supported chart types?) and how I can start. I will look into the code today but have preference for having guidance the earlier the better. 👍🏼 Thanks.