# File mrplot/plots/xy.rb, line 34 def initialize(title = nil, description = nil) super(title,description) @space = XYSpace.new @axes = XYAxes.new @grid = XYGrid.new end