# File mrplot/helpers.rb, line 2
  def clone
    Marshal.load(Marshal.dump(self))
  end