# File mrplot.rb, line 55
    def atom_drawline(point_start, point_end, style)
      puts "Line #{point_start} #{point_end}, [#{style}]"
    end