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
When using image() on an existent chart to add an image to it, it's being plotted as a completely new chart, with it's own grid and not integrating to the existent one.
Z = 10 + peaks;
surf(Z)
hold on
image(Z,'CDataMapping','scaled')
fig2plotly(gcf, 'offline', false);