Skip to content

Commit 60b12e0

Browse files
committed
use color
1 parent fbd124a commit 60b12e0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

py/surface2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def surfacevelocity(xy):
6161
from firedrake.pyplot import tricontour
6262
fig, axes = plt.subplots()
6363
tricontourf(H, axes=axes, levels=[0.0, 1.0], cmap="Greys")
64-
contours = tricontour(s, axes=axes, levels=15, cmap="Greys")
64+
contours = tricontour(s, axes=axes, levels=15, cmap="magma")
6565
fig.colorbar(contours, label='s (m)')
6666
axes.set_aspect("equal")
6767
tickskm = np.linspace(0,L/1000.0,6)

slides/figs/surface2d.png

25.4 KB
Loading

0 commit comments

Comments
 (0)