Skip to content

Commit

Permalink
actualize templates_notebooks/template_hovm_clim.ipynb notebook, dont…
Browse files Browse the repository at this point in the history
… show contour labels
  • Loading branch information
patrickscholz committed Oct 4, 2024
1 parent 2d3a1b2 commit 943fa18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates_notebooks/template_hovm_clim.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@
"nrow = None\n",
"do_plt = 'tcf' # plot pcolor (tpc) or contourf (tcf)\n",
"plt_contb = True # background contour line (thin)\n",
"plt_contf = True # contour line of main colorbar steps \n",
"plt_contf = False # contour line of main colorbar steps \n",
"plt_contr = False # contour line of reference value \n",
"plt_contl = True # label contourline of main colorbar steps \n",
"plt_contl = False # label contourline of main colorbar steps \n",
"do_rescale = None # rescale data: None, 'log10', 'slog10', np.array(...)\n",
"do_lsm ='fesom' # 'fesom', 'bluemarble', 'etopo', 'stock'\n",
"do_mesh, mesh_opt = False, dict({'color':'k', 'linewidth':0.10})\n",
Expand Down

0 comments on commit 943fa18

Please sign in to comment.