class CTioga2::Graphics::Elements::MapAxisElement
This simple wrapper makes it possible to style axes (at least using parents styling)
Attributes
style[RW]
Public Class Methods
new(parent, opts)
click to toggle source
# File lib/ctioga2/graphics/elements/plot-elements.rb, line 48 def initialize(parent, opts) setup_style(parent, opts) @style = get_style() end