Synchronized Data Presentations in a Programmatic UI
The program displays and removes line plots when the user selects and clears the three
check boxes. The circle markers appear and disappear dynamically as the user selects
cells in the table. The user need not plot lines to display the markers.
The table displays MATLAB sample data (count.dat) containing hourly counts of
vehicles passing three locations. The example does not provide a way to change the data,
except by modifying the tableplot.m main function to read in a different data set.