is_wcsaxes#
- sunpy.visualization.wcsaxes_compat.is_wcsaxes(axes)[source]#
Tests a
matplotlib.axes.Axesobject to see if it is an instance ofWCSAxes.- Parameters:
axes (
matplotlib.axes) – Axes to test.- Returns:
bool– Result of the test.
Tests a matplotlib.axes.Axes object to see if it is an instance of
WCSAxes.
axes (matplotlib.axes) – Axes to test.
bool – Result of the test.