plotly.rs icon indicating copy to clipboard operation
plotly.rs copied to clipboard

put multiple subplots in the same html?

Open jm18919 opened this issue 2 years ago • 2 comments

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?

jm18919 avatar Dec 29 '23 08:12 jm18919

@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

gwbres avatar May 10 '24 16:05 gwbres