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
Plotting on a plot initialized with Plot::default() results in a blank page. It seems the plotly.js script is not included in the <head> of the html page.
Plotting the same exact plots with Plot::new() works though. Is that expected?