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