8000 Add feature to render plot into html or image · Issue #8 · alceal/plotlars · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add feature to render plot into html or image #8
Open
@giomf

Description

@giomf

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0