function plot(options) {
  if (options && options.label) {  
    this._label = options.label;
    options.label = undefined;
  }