BaseFrame¶
-
class
astropy.visualization.wcsaxes.frame.BaseFrame(parent_axes, transform, path=None)[source]¶ Bases:
collections.OrderedDictBase class for frames, which are collections of
Spineinstances.Attributes Summary
originpatchtransformMethods Summary
draw(renderer)get_color()get_linewidth()sample(n_samples)set_color(color)Sets the color of the frame. set_linewidth(linewidth)Sets the linewidth of the frame. update_spines()Attributes Documentation
-
origin¶
-
patch¶
-
transform¶
Methods Documentation
-
set_color(color)[source]¶ Sets the color of the frame.
Parameters: - color : string
The color of the frame.
-