You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@naijim , this is rather a HTML manipulation question than a plotly-rs question. But I agree, for completness, we should have an example in this repo. Will add one soon.
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?
The text was updated successfully, but these errors were encountered: