is_wcsaxes#
- sunpy.visualization.wcsaxes_compat.is_wcsaxes(axes)[source]#
Tests a
matplotlib.axes.Axes
object to see if it is an instance ofWCSAxes
.- Parameters:
axes (
matplotlib.axes
) – Axes to test.- Returns:
bool
– Result of the test.
mplcairo
parse_time
sunpy
)
sunpy.coordinates
)sunpy.data
)
sunpy.image
)
sunpy.io
)
sunpy.map
)sunpy.net
)sunpy.physics
)
sunpy.sun
)sunpy.time
)
sunpy.timeseries
)
sunpy.util
)sunpy.visualization
)conda
for Development Dependenciessunpy.visualization
)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.