Skip to content

Commit

Permalink
Bug fix for mean climate plots
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangshixuan1987 committed Nov 1, 2024
1 parent dbb6b23 commit 0cce5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zppy/templates/pcmdi_diags/mean_climate_plot_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def paracord_plot(
data_dict["model"].to_list()[-1]
] # ["CMIP6 MME"]
figsize = (40, 12)
fontsize = 24
fontsize = 20
legend_ncol = int(7 * figsize[0] / 40.0)
legend_posistion = (0.50, -0.14)
# color map for markers
Expand Down

0 comments on commit 0cce5a4

Please sign in to comment.