Skip to content

Commit d2b39f7

Browse files
committed
changed colormap
1 parent 99f258a commit d2b39f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/contour-plots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fig = go.Figure(data =
8686
[2.5, 3.125, 5., 8.125, 12.5],
8787
[0.625, 1.25, 3.125, 6.25, 10.625],
8888
[0, 0.625, 2.5, 5.625, 10]],
89-
colorscale='Jet',
89+
colorscale='Electric',
9090
))
9191
fig.show()
9292
```
@@ -103,7 +103,7 @@ fig = go.Figure(data =
103103
[2.5, 3.125, 5., 8.125, 12.5],
104104
[0.625, 1.25, 3.125, 6.25, 10.625],
105105
[0, 0.625, 2.5, 5.625, 10]],
106-
colorscale='Jet',
106+
colorscale='Hot',
107107
contours=dict(
108108
start=0,
109109
end=8,

0 commit comments

Comments
 (0)