Need help with zoom on Field Charts
I cannot get any of my charts to be interactive using matlab. I need to be able to zoom into a chart and I cannot get any interactivity. In its purest from shouldnt this allow me to zoom into a chart?
plot(time, data);
% Enable zooming
zoom on;
(free account)
1 Comment
Time DescendingField charts come automatically in the channel view. The code you provided is likely in a MATLAB visualization, but there is no interactivity in the ThingSeak environment for MATLAB plots. You can get the zoom ability using MATLAB Online, or MATLAB on your desktop.
Sign in to participate