Skip to content

Commit 874f752

Browse files
committed
reannotate to conform with abbreivations in paper
1 parent 137196e commit 874f752

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

price-characterisation/historical-price-errors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def annotate_ax(
387387
annotate_ax(axes[0], annotate=True, vline_ymax=1.1, y_annot=29e3, annot_fontsize=6)
388388
annotate_ax(axes[1], annotate=False, vline_ymax=1.1, y_annot=29e3, annot_fontsize=6)
389389
fig.suptitle("NEM-wide Monthly Count of Price Forecast Errors", fontsize=16)
390-
axes[0].set_title("Within day-ahead horizon (PD & 5MPD)", loc="left", fontsize=10)
390+
axes[0].set_title("Within day-ahead horizon (30MPD & 5MPD)", loc="left", fontsize=10)
391391
axes[1].set_title("Within hour-ahead horizon (5MPD)", loc="left", fontsize=10)
392392
for ax in axes.flatten():
393393
ax.set_ylabel("Count", fontsize=7)
Binary file not shown.

0 commit comments

Comments
 (0)