Skip to content

Commit

Permalink
fix: change default layer names in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Dec 10, 2023
1 parent 2440c27 commit 801611f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/antarctic_plots/profile.py
Expand Up @@ -388,9 +388,9 @@ def default_layers(
)

layer_names = [
"surface",
"icebase",
"bed",
"ice",
"water",
"earth",
]
layer_colors = [
"lightskyblue",
Expand Down

0 comments on commit 801611f

Please sign in to comment.