# File mrplot/plots/bar.rb, line 85
    def initialize(ystep=10, ydiv=1)
      # Init the super class
      super()
      # Init attributes
      @ystep, @ydiv = ystep, ydiv
      # Set the standard style
      @division_style       = Style.new
    end