# File lib/gruff/base.rb, line 1023
    def set_colors
      @data.each { |a| a[DATA_COLOR_INDEX] ||= increment_color }
    end