class
UnicodePlot::Config
- UnicodePlot::Config
- Reference
- Object
Overview
Mutable global state stored in a dedicated class to avoid class-variable scope issues.
Defined in:
unicode_plot/common.crClass Method Summary
- .aspect_ratio : Float64
- .aspect_ratio=(aspect_ratio : Float64)
- .border_color : Symbol
- .border_color=(border_color : Symbol)
- .color_cycle : Array(Symbol)
- .color_cycle=(color_cycle : Array(Symbol))
- .colormode : Symbol
- .colormode=(colormode : Symbol)
- .default_height : Int32
- .default_height=(default_height : Int32)
- .default_width : Int32
- .default_width=(default_width : Int32)