# File mrplot/helpers.rb, line 127
    def initialize(width, height)
      @width  = width
      @height = height
    end