module Cryplot::FrameMixin(T)
Overview
mixin used to attach frame options to a type
Included Modules
Direct including types
Defined in:
plot/elems/frame.crConstructors
Instance Method Summary
-
#frame_dash_type(value : Int32)
Set the dash type of the legend frame
-
#frame_hide
Set the visibility of the legend frame to a hidden status.
-
#frame_line_color(value : String)
Set the line color the legend frame
-
#frame_line_style(value : Int32)
Set the line style of the legend frame
-
#frame_line_type(value : Int32)
Set the line type of the legend frame
-
#frame_line_width(value : Int32)
Set the line width of the legend frame
- #frame_repr
-
#frame_show(value = true)
Set the visibility of the legend frame to a shown or hidden status.