class CTioga2::Graphics::Elements::AxisElement
This simple wrapper makes it possible to style axes (at least using parents styling)
Attributes
style[RW]
Public Instance Methods
initialize_style(loc, dec, label)
click to toggle source
# File lib/ctioga2/graphics/elements/plot-elements.rb, line 34 def initialize_style(loc, dec, label) @style = Styles::AxisStyle::new(loc, dec, label) update_style(@style) end