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