BaseFrame¶
- class astropy.visualization.wcsaxes.frame.BaseFrame(parent_axes, transform, path=None)[source]¶
Bases:
OrderedDictBase class for frames, which are collections of
Spineinstances.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