Skip to content

Commit

Permalink
fix geological example
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomusy committed Aug 26, 2020
1 parent c8d5b3f commit 8614570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/advanced/geological_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
" cmap(np.linspace(truncateMin, truncateMax, 100)))\n",
"\n",
"#Now we color the cell by elevation\n",
"landSurface.cmap(cmap_terrain_no_ocean, elevation, mode='cells')\n",
"landSurface.cmap(cmap_terrain_no_ocean, elevation, on='cells')\n",
"\n",
"#We give the object a name\n",
"landSurface.name='Land Surface'\n",
Expand Down

0 comments on commit 8614570

Please sign in to comment.