# File mrplot/plots/bar.rb, line 143 def initialize(ystep=10, ydiv=3, label = "Data", ylabel = "Value", labels = Array.new) # Init the super class super() # Init attributes @ystep, @ydiv, @label, @ylabel, @labels = ystep, ydiv, label, ylabel, labels @ysubstitution = nil # Set the standard style @style.tick_size = 2 end