I find that separate update of `data` and `layout` will decrease the performance through the method `plot(:data, layout=:layout)`. Is that possible to update `data` and `layout` one time for both? (The update behavior is similar to `Plotly.update` in `Plotly.js`)
I find that separate update of
dataandlayoutwill decrease the performance through the methodplot(:data, layout=:layout).Is that possible to update
dataandlayoutone time for both? (The update behavior is similar toPlotly.updateinPlotly.js)