equivalent of 'xlim_changed' for mpl_connect() #317
Labels
New feature
status: closed as inactive
Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.
status: inactive
Marked by the “Stale” Github Action
Original report at SourceForge, opened Wed Aug 5 07:51:25 2009
The 'callback' events 'xlim_changed' and 'ylim_changed' are only available through the
callbacks.connect('xlim_changed',dostuff)
API and there does not seem to be anything equivalent in 'standard' mpl_connect() API. However, this is definitely something that would be very useful (execute a function/method when the view limits change in at least one of the axes)
The text was updated successfully, but these errors were encountered: