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

Rapid development of plotters #546

Closed wangjiawen2013 closed 9 months ago

wangjiawen2013 commented 9 months ago

Hi guys,

As the development of plotters is stagnating, there are two newly emerging rust visualization library based on Echarts, hope peopel who are eagering to plot can use these three tools as needed.

https://github.com/vicanso/charts-rs https://github.com/yuankunzhang/charming

It should be pointed out that charts-rs is under active maintenance now. hope plotters and charming develop rapidly like charts-rs.

AaronErhardt commented 9 months ago

I don't think it makes sense to open an issue for this because comparing different crates simply isn't something that can be fixed.

It's correct that the development of plotters has slowed down significantly, but if you want to help people to find alternatives, please provide a PR that lists those in the README.

wangjiawen2013 commented 8 months ago

@AaronErhardt Thanks for you maintenance ! Now I am testing some more advanced examples by combining polars and plotters and have made great progress. I'll pull a request when I finish it.