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
- set_color(color)[source]¶
Sets the color of the frame.
- Parameters:
- color
python:str
The color of the frame.
- color