# File mrplot/plots/xy.rb, line 154 def initialize(xrange = -10..10, yrange=-10..10, res=200) @xrange, @yrange, @res = xrange, yrange, res end