Skip to content

Commit 172ea34

Browse files
committed
Update scattercarpet baseline
1 parent bcde707 commit 172ea34

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
-4.32 KB
Loading

test/image/mocks/scattercarpet.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,25 @@
2323
},
2424
{
2525
"type": "scattercarpet",
26+
"name": "b = 1.5",
2627
"a": [0.05, 0.15, 0.25, 0.35],
2728
"b": [1.5, 1.5, 1.5, 1.5]
2829
},
2930
{
3031
"type": "scattercarpet",
32+
"name": "b = 2",
3133
"a": [0.05, 0.15, 0.25, 0.35],
3234
"b": [2, 2, 2, 2]
3335
},
3436
{
3537
"type": "scattercarpet",
38+
"name": "b = 2.5",
3639
"a": [0.05, 0.15, 0.25, 0.35],
3740
"b": [2.5, 2.5, 2.5, 2.5]
3841
},
3942
{
4043
"type": "scattercarpet",
44+
"name": "a = 0.15",
4145
"a": [0.15, 0.15, 0.15, 0.15],
4246
"b": [0.5, 1.5, 2.5, 3.5],
4347
"line": {
@@ -47,6 +51,7 @@
4751
},
4852
{
4953
"type": "scattercarpet",
54+
"name": "a = 0.2",
5055
"a": [0.2, 0.2, 0.2, 0.2],
5156
"b": [0.5, 1.5, 2.5, 3.5],
5257
"line": {
@@ -56,6 +61,7 @@
5661
},
5762
{
5863
"type": "scattercarpet",
64+
"name": "a = 0.25",
5965
"a": [0.25, 0.25, 0.25, 0.25],
6066
"b": [0.5, 1.5, 2.5, 3.5],
6167
"line": {
@@ -66,12 +72,6 @@
6672
],
6773
"layout": {
6874
"title": "scattercarpet extrapolation, clipping, and smoothing",
69-
"margin": {
70-
"t": 80,
71-
"r": 30,
72-
"b": 30,
73-
"l": 30
74-
},
7575
"hovermode": "closest"
7676
}
7777
}

0 commit comments

Comments
 (0)