sync_zoom#

madcubapy.visualization.sync_zoom(*axes)[source]#

Synchronize X and Y limits between any number of WCSAxes objects.

Parameters:
*axesWCSAxes

WCSAxes objects to synchronize.

Notes
_____
Do not use this function too many times. It seems that python stores
every axes object connected in a given jupyter kernel run. If the
session runs for too long, the program will slow down considerably.