plotly / plotly.rs

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

put multiple subplots in the same html? #175

Open naijim opened 6 months ago

naijim commented 6 months ago

https://stackoverflow.com/questions/59868987/saving-multiple-plots-into-a-single-html

It looks like it's possible to put multiple subplots inside the same html with python/js. Is it possible with rust? Any code example?

gwbres commented 1 month ago

@naijim,

The graph context I developped for my RINEX-Cli app is able to do that, by simply redacting HTML and appending plots. We consider the current plot as the latest add on top, and have no means to reference older plots in the current interface (not advanced enough). But it's ok to create compelling data reports