The function plotly.tools.make_subplots is useful for subplots.
Is there a way to make the two work together? make_subplots returns a Figure, and the post above hints that uirevision only works when return a dict of properties - is this still the case?
We don’t do a great job of documenting this, but Figure and dict are two different objects to represent the same thing: a graph. You can mutate a figure the same way you can mutate a dict, with something like: