module

Cryplot::FrameMixin(T)

Inherits Cryplot::BaseMixin

mixin used to attach frame options to a type

Constructors

Instance methods

frame_dash_type(value : Int32)

Set the dash type of the legend frame

Source
frame_hide

Set the visibility of the legend frame to a hidden status.

Source
frame_line_color(value : String)

Set the line color the legend frame

Source
frame_line_style(value : Int32)

Set the line style of the legend frame

Source
frame_line_type(value : Int32)

Set the line type of the legend frame

Source
frame_line_width(value : Int32)

Set the line width of the legend frame

Source
frame_repr
Source
frame_show(value = true)

Set the visibility of the legend frame to a shown or hidden status.

Source