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