# File mrplot.rb, line 89 def draw_markers(points, style) points.each { |point| atom_marker(point, style) } end