# File mrplot.rb, line 77 def draw_line_segments(points, style) 1.upto(points.size-1) do |i| atom_drawline(points[i-1], points[i], style) end end