# File mrplot/plots/bar.rb, line 7
    def initialize(title = nil, description = nil)
      super(title,description)
      
      @space          = BarSpace.new
      
      @axes           = BarAxes.new
      @grid           = BarGrid.new
      
      @history_symbol = BarHistorySymbol.new
    end