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

Skip to content

Commit 1573138

Browse files
Fix code indentation
1 parent a24143d commit 1573138

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

_posts/plotly_js/scientific/contour/2017-08-29-contour-line-labels.html

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,22 @@
99
---
1010

1111
var data = [ {
12-
z: [[10, 10.625, 12.5, 15.625, 20],
13-
[5.625, 6.25, 8.125, 11.25, 15.625],
14-
[2.5, 3.125, 5.0, 8.125, 12.5],
15-
[0.625, 1.25, 3.125, 6.25, 10.625],
16-
[0, 0.625, 2.5, 5.625, 10]],
17-
type: 'contour',
18-
contours: {
19-
coloring: 'heatmap',
20-
showlabels: true,
21-
labelfont: {
22-
family: 'Raleway',
23-
size: 12,
24-
color: 'white',
25-
}
12+
z: [[10, 10.625, 12.5, 15.625, 20],
13+
[5.625, 6.25, 8.125, 11.25, 15.625],
14+
[2.5, 3.125, 5.0, 8.125, 12.5],
15+
[0.625, 1.25, 3.125, 6.25, 10.625],
16+
[0, 0.625, 2.5, 5.625, 10]],
17+
type: 'contour',
18+
contours: {
19+
coloring: 'heatmap',
20+
showlabels: true,
21+
labelfont: {
22+
family: 'Raleway',
23+
size: 12,
24+
color: 'white',
2625
}
27-
}
28-
];
26+
}
27+
}];
2928

3029
var layout = {
3130
title: 'Contour with Labels'

0 commit comments

Comments
 (0)