✊🏿 Black Lives Matter. Please consider donating to Black Girls Code today.

Dropdown Events in MATLAB®

How to add dropdowns to Python charts with JavaScript.


# Learn about API authentication here: https://plotly.com/matlab/getting-started
# Find your api_key here: https://plotly.com/settings/api

[X,Y,Z] = peaks(25);
figure
surf(X,Y,Z);
fig2plotly()