# File mrplot.rb, line 604
    def initialize(content = DiscreteData.new, label = "Untitled Set", style = Style.new)
      @content  = content
      @label    = label
      @style    = style
    end