if (sorted_index < col_count) {
        y_position = 150;
      } else if (sorted_index < 2 * col_count) {
        y_position = 300;
      } else if (sorted_index < 3 * col_count) {