Skip to content

Commit 9101ef2

Browse files
committed
Fix remaining cmocean reference
1 parent cdbbd2c commit 9101ef2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/mesh/mesh_region.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import argparse
22

3-
import cmocean
43
import numpy as np
54

65
import sleplet
@@ -25,7 +24,7 @@ def main(mesh_name: str) -> None:
2524
field[mesh.mesh_region] = 1
2625

2726
name = f"{mesh_name}_region"
28-
sleplet.plotting.PlotMesh(mesh, name, field, region=True).execute(cmocean.cm.haline)
27+
sleplet.plotting.PlotMesh(mesh, name, field, region=True).execute("haline")
2928

3029

3130
if __name__ == "__main__":

0 commit comments

Comments
 (0)