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
In the example for plotly_static found here, you have ImageFormat in the use plotly::{Plot, Scatter, ImageFormat};, but this does not work because ImageFormat is not re-exported with plotly_static, only with kaleido. Therefore, that example does not work, you have to pull in the plotly_static crate to fix it (and get access to the correct ImageFormat!