Skip to content

Commit

Permalink
note about removing watermark
Browse files Browse the repository at this point in the history
  • Loading branch information
xenct authored Sep 2, 2024
1 parent 960a5bd commit 4d75065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ plot_acs_hazard(data = da,
cbar_label="annual rainfall [mm]",
cbar_extend="max",
title = "Rainfall",
watermark="EXPERIMENTAL IMAGE ONLY", # When you are making your final figures, remove watermark using: watermark=""
dataset_name = ds.source_id,
date_range=f"1 January 1960 to 31 December 1960",
outfile = "~/figures/out.png");
Expand Down Expand Up @@ -136,7 +137,7 @@ plot_acs_hazard_3pp(ds_gwl15 = ds_gwl15[var],
# baseline = "GWL1.2",
dataset_name= "MME50_ssp370",
issued_date=None,
watermark="EXPERIMENTAL IMAGE ONLY",
watermark="EXPERIMENTAL IMAGE ONLY", # When you are making your final figures, remove watermark using: watermark=""
watermark_color="k",
cmap = cmap_dict["tasmax"],
ticks = np.arange(18,53,2),)
Expand Down

0 comments on commit 4d75065

Please sign in to comment.