Using one slider to control multiple subplots (NOT multiple traces)

Hi @carpenter,

This isn’t impossible, but it would require a bit of bookkeeping. Essentially you would need to keep track of the order in which you add the traces to the figure subplots, and then duplicate the # Toggle i'th trace to "visible" line once for the trace that you want to be visible in each subplot.

-Jon