blob: 24633ce78089a2d4082e040b46e54e61ba9099a3 [file] [log] [blame]
Jimmy Brissonc7e28f52021-01-21 16:23:21 -06001#
Chris Kay32d73bc2021-12-09 14:37:06 +00002# Copyright (c) 2021-2022 Arm Limited. All rights reserved.
Jimmy Brissonc7e28f52021-01-21 16:23:21 -06003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
Chris Kay32d73bc2021-12-09 14:37:06 +00006
Jimmy Brissonc7e28f52021-01-21 16:23:21 -06007set title "Source Lines of Code by Module"
Chris Kay32d73bc2021-12-09 14:37:06 +00008set terminal png enhanced font ",16" size 1920, 1080
9
10set datafile separator tab
11
Jimmy Brissonc7e28f52021-01-21 16:23:21 -060012set key autotitle columnheader
Chris Kay32d73bc2021-12-09 14:37:06 +000013set key reverse Left outside
14
Jimmy Brissonc7e28f52021-01-21 16:23:21 -060015set xtics nomirror rotate by -75 scale 0
Chris Kay32d73bc2021-12-09 14:37:06 +000016
Jimmy Brissonc7e28f52021-01-21 16:23:21 -060017set style data histogram
18set style histogram rowstacked
19set style fill solid border -1
Chris Kay32d73bc2021-12-09 14:37:06 +000020
Jimmy Brissonc7e28f52021-01-21 16:23:21 -060021set boxwidth 0.75
Chris Kay32d73bc2021-12-09 14:37:06 +000022
23set lt 1 lc rgb "#C971B2"
24set lt 2 lc rgb "#78D19F"
25set lt 3 lc rgb "#CB9B6B"
26set lt 4 lc rgb "#7696C0"
27set lt 5 lc rgb "#ECEAC6"
28set lt 6 lc rgb "#D2CCDA"
29set lt 7 lc rgb "#766AC9"
30set lt 8 lc rgb "#C86D6A"
31set lt 9 lc rgb "#92CCD7"
32set lt 10 lc rgb "#DEAAB5"
33set lt 11 lc rgb "#BC9FD9"
34set lt 12 lc rgb "#A5B08B"
35
36stats ARG1 matrix rowheader columnheader nooutput
37
38plot ARG1 using 2:xtic(1), for [i=3:(STATS_columns + 1)] "" using i