for (int i = 0; i < majorLines[0].length; i++) {
            horizontalMajorCaptions[i] = String.format("%.2f", majorLines[0][i]);
        }