blob: 01888e4c19ff41e2286408b2759308beb4dffe4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Series Labels
Column_1 Column_2 Column_3
# Categories
Row_1 Row_2 Row_3 Row_4
# Column 1
9.1 2.4 3.1 4.3
# Column 2
3.2 8.8 1.5 9.02
# Column 3
4.54 9.65 3.7 6.2
|