mpl.axes.Subplot.add_callback¶
-
Subplot.add_callback(func)¶ Adds a callback function that will be called whenever one of the
Artist‘s properties changes.Returns an id that is useful for removing the callback with
remove_callback()later.
Subplot.add_callback(func)¶Adds a callback function that will be called whenever one of
the Artist‘s properties changes.
Returns an id that is useful for removing the callback with
remove_callback() later.