plotly / plotly.rs

Plotly for Rust
https://docs.rs/plotly
MIT License
1.11k stars 104 forks source link

Polars support #144

Open Tudyx opened 1 year ago

Tudyx commented 1 year ago

polars is growing fast as the new standard for dataframe but it doesn't provide a way to plot the data for Rust user. I think providing a polars integration under a feature flag, like you did for the ndarray, could be a great I idea? What do you think of it?

mfreeborn commented 1 year ago

I agree in principle and would be happy to accept a pull request.

0xAlcibiades commented 5 months ago

Seconding this, is there a good recommended way to work with polars series using plotly rs right now?

wangjiawen2013 commented 1 month ago

+1