Spine#
- class astropy.visualization.wcsaxes.frame.Spine(parent_axes, transform, *, data_func=None)[source]#
 Bases:
objectA single side of an axes.
This does not need to be a straight line, but represents a ‘side’ when determining which part of the frame to put labels and ticks on.
- Parameters:
 - parent_axes
WCSAxes The parent axes
- transform
Transform The transform from data to world
- data_func
python:callable() If not
None, it should be a function that returns the appropriate spine data when called with this object as the sole argument. IfNone, the spine data must be manually updated inupdate_spines().
- parent_axes
 
Attributes Summary
Attributes Documentation
- data#
 
- pixel#
 
- world#