BaseFrame#
- class astropy.visualization.wcsaxes.frame.BaseFrame(parent_axes, transform, path=None)[source]#
Bases:
OrderedDict
Base class for frames, which are collections of
Spine
instances.Attributes Summary
Methods Summary
draw
(renderer)sample
(n_samples)set_color
(color)Sets the color of the frame.
set_linewidth
(linewidth)Sets the linewidth of the frame.
Attributes Documentation
- origin#
- patch#
- transform#
Methods Documentation