Skip to content

Commit

Permalink
date format portability in composite figure
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Sep 25, 2024
1 parent 941a3bb commit ed49902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_data/sagehen_mf6/sagehen_postprocess_graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ def composite_fig():
styles.remove_edge_ticks()

ax.set_xlabel("Date")
ax.xaxis.set_major_formatter(mdates.DateFormatter("%-m/%Y"))
ax.xaxis.set_major_formatter(mdates.DateFormatter("%m/%Y"))
ax.xaxis.set_tick_params(rotation=45)
styles.heading(ax=ax, idx=2)
styles.remove_edge_ticks()
Expand Down

0 comments on commit ed49902

Please sign in to comment.