Skip to content

Commit

Permalink
Fix RMSE and CORR text position in plots
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Feb 3, 2025
1 parent f28c1cc commit 37dbedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e3sm_diags/plot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ def _add_rmse_corr_text(
fontdict = {"fontsize": fontsize}

if left_text_pos is None:
left_text_pos = (0.6335, -0.0105)
left_text_pos = (0.6635, -0.0105)

if right_text_pos is None:
right_text_pos = (0.7635, -0.0105)
Expand Down

0 comments on commit 37dbedd

Please sign in to comment.