# File mrplot.rb, line 94
    def text_array(string, point, style, rel = :left, rel_v = :bottom, rotation=nil)
        string.each_index { |i| atom_text(string[i], point[i], style, rel, rel_v, rotation) }
    end