Construct Plots.Plot object from a figure object of a backend, e.g., PlotlyJS.Plot

Hi,

I wonder if it’s possible to construct a Plots.Plot object from a PlotlyJS.Plot object or other backend’s Plot object :slight_smile:

For example,

_fig = PlotlyJS.Plot(...)
fig = construct_from_plotlyjs(_fig)  # typeof(fig) == Plots.Plot

That looks like

…but might be not, please check API here.

1 Like