Skip to content

Commit

Permalink
reannotate to conform with abbreivations in paper
Browse files Browse the repository at this point in the history
  • Loading branch information
prakaa committed Aug 11, 2023
1 parent 137196e commit 874f752
Show file tree
Hide file tree
Showing 2 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 @@ -387,7 +387,7 @@ def annotate_ax(
annotate_ax(axes[0], annotate=True, vline_ymax=1.1, y_annot=29e3, annot_fontsize=6)
annotate_ax(axes[1], 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("Within day-ahead horizon (PD & 5MPD)", loc="left", fontsize=10)
axes[0].set_title("Within day-ahead horizon (30MPD & 5MPD)", loc="left", fontsize=10)
axes[1].set_title("Within hour-ahead horizon (5MPD)", loc="left", fontsize=10)
for ax in axes.flatten():
ax.set_ylabel("Count", fontsize=7)
Expand Down
Binary file not shown.

0 comments on commit 874f752

Please sign in to comment.