# File mrplot.rb, line 573
    def initialize(&core_function)
      @core_function = core_function
      super(Rect.new(0,0,0,0))
    end