-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathparcats_grid_subplots.json
55 lines (55 loc) · 2.17 KB
/
parcats_grid_subplots.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"data": [
{"type": "parcats",
"domain": {"row": 0, "column": 0},
"dimensions":[
{"label": "One", "values": [1, 1, 2, 1, 2, 1, 1, 2, 1, 2, 3, 1, 2, 3, 1, 2, 1, 2, 1, 1]},
{"label": "Two", "values": ["A", "B", "A", "B", "C", "C", "A", "B", "C", "B", "C", "B", "C", "B", "C", "B", "C", "B", "A", "A"]},
{"label": "Three", "values": [11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11]}],
"bundlecolors": true,
"line": {
"color": [0, 0, 1, 1, 0, 1, 0, 0, 0, 2, 2, 2, 2, 1, 2, 1, 0, 2, 1, 2],
"shape": "linear",
"showscale": true,
"colorscale": "Viridis"
}
},
{"type": "parcats",
"domain": {"row": 0, "column": 1},
"dimensions":[
{"label": "One", "values": [1, 1, 2, 1, 2, 1, 1, 2, 1]},
{"label": "Two", "values": ["A", "B", "A", "B", "C", "C", "A", "B", "C"]},
{"label": "Three", "values": [11, 11, 11, 11, 11, 11, 11, 11, 11]}],
"labelfont": {"family": "Rockwell", "size": 20, "color": "gray"},
"tickfont": {"family": "Arial", "size": 10, "color": "firebrick"}
},
{"type": "parcats",
"domain": {"row": 1, "column": 0},
"tickfont": {"color": "black"},
"dimensions":[
{"label": "One", "values": [1, 1, 2, 1, 2, 1, 1, 2, 1]},
{"label": "Two",
"values": ["A", "B", "A", "B", "C", "C", "A", "B", "C"],
"categoryarray": ["A", "B", "C"],
"ticktext": ["$$A^2$$", "<b>Bold</b><br>and<br><i>Italic</i>", "<a href='http://www.google.com'>Link</a>"]
},
{"label": "Three", "values": [11, 11, 11, 11, 11, 11, 11, 11, 11]}]
},
{"type": "parcats",
"domain": {"row": 1, "column": 1},
"dimensions":[
{"label": "One", "values": [1, 1, 2, 1, 2, 1, 1, 2, 1]},
{"label": "Two", "values": ["A", "B", "A", "B", "C", "C", "A", "B", "C"]},
{"label": "Three", "values": [11, 11, 11, 11, 11, 11, 11, 11, 11]}],
"bundlecolors": false,
"line": {
"color": [0, 0, 1, 1, 0, 1, 0, 0, 0],
"shape": "hspline"
}
}
],
"layout": {
"height": 602,
"width": 592,
"grid": {"rows": 2, "columns": 2}}
}