# File mrplot.rb, line 395 def initialize(border = Border.new(SPACING,SPACING,SPACING,SPACING), position = Point.new(10,10), alignment = :top_right) super() @plots = Array.new @border = border @position = position @alignment = alignment # Standard style @style.symbol_size = 14 @style.fill_color = Color.new(1,1,1) @style.color = Color.new(0,0,0) @style.line_width = 1 end