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