Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e800e2a

Browse files
committed
add image test for contour coloring 'heatmap' and 'lines'
1 parent 395678d commit e800e2a

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed
Loading
29.1 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"data":[{
3+
"contours":{"coloring":"heatmap","showlines":false},
4+
"z":[["1",""],["2",""],["3",""],["3",""],["4",""],["5",""],["6",""],["5",""],["2",""],["3",""],["3",""],["5",""],["6",""],["5",""],["4","1"],["4","2"],["2","3"],["1","4"],["3","5"],["2","4"],["1","3"],["3","2"],["5","3"],["4","4"],["3","3"],["2","2"],["1","1"],["2","2"],["3","3"],["4","4"],["5","6"],["4","5"],["3","4"],["2","3"],["3","2"],["2","3"],["3","4"],["3","3"],["3","2"]],
5+
"type":"contour"
6+
}],
7+
"layout":{
8+
"autosize":false,
9+
"height":400,
10+
"width":400
11+
}
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"data":[{
3+
"contours":{"coloring":"lines"},
4+
"z":[["1",""],["2",""],["3",""],["3",""],["4",""],["5",""],["6",""],["5",""],["2",""],["3",""],["3",""],["5",""],["6",""],["5",""],["4","1"],["4","2"],["2","3"],["1","4"],["3","5"],["2","4"],["1","3"],["3","2"],["5","3"],["4","4"],["3","3"],["2","2"],["1","1"],["2","2"],["3","3"],["4","4"],["5","6"],["4","5"],["3","4"],["2","3"],["3","2"],["2","3"],["3","4"],["3","3"],["3","2"]],
5+
"type":"contour"
6+
}],
7+
"layout":{
8+
"autosize":false,
9+
"height":400,
10+
"width":400
11+
}
12+
}

0 commit comments

Comments
 (0)