Skip to content

Commit

Permalink
numbering in subplot titles
Browse files Browse the repository at this point in the history
  • Loading branch information
prakaa committed Aug 23, 2023
1 parent 35e1625 commit 37cb4ea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion price-characterisation/historical-price-errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def annotate_ax(
annotate_ax(axes[2], annotate=False, vline_ymax=1.1, y_annot=29e3, annot_fontsize=6)
fig.suptitle("NEM-wide Monthly Count of Price Forecast Errors", fontsize=16)
axes[0].set_title("Up to a day ahead (30MPD & 5MPD)", loc="left", fontsize=10)
axes[1].set_title("Up to two hours ahead (30MPD & 5MPD)", loc="left", fontsize=10)
axes[1].set_title("Up to 2 hours ahead (30MPD & 5MPD)", loc="left", fontsize=10)
axes[2].set_title("Up to 15 minutes ahead (5MPD)", loc="left", fontsize=10)
for ax in axes.flatten():
ax.set_ylabel("Count", fontsize=7)
Expand Down
Binary file not shown.
Empty file added termpdf.log
Empty file.

0 comments on commit 37cb4ea

Please sign in to comment.