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