Open
Description
It would be helpful if it were possible to render a plot in html or an image format directly in Plotlars as it is currently possible in plotly.
As a workaround Im using this code:
use plotly::Plot as PlotlyPlot;
let mut plot = PlotlyPlot::new();
plot.set_layout(lineplot.get_layout().clone());
plot.add_traces(lineplot.get_traces().clone());
plot.write_html("./data.html");
Metadata
Metadata
Assignees
Labels
No labels