Skip to content

Commit 4083d7b

Browse files
committed
fix completeness score graphics
1 parent 3eb3e19 commit 4083d7b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/examples/pvfleets-qa-pipeline/pvfleets-irradiance-qa.py

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
plt.ylabel("Daily Completeness Score (Fractional)")
155155
plt.axhline(y=0.25, color='r', linestyle='-',
156156
label='Daily Completeness Cutoff')
157+
plt.legend()
157158
plt.tight_layout()
158159
plt.show()
159160

docs/examples/pvfleets-qa-pipeline/pvfleets-power-qa.py

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
plt.ylabel("Daily Completeness Score (Fractional)")
150150
plt.axhline(y=0.25, color='r', linestyle='-',
151151
label='Daily Completeness Cutoff')
152+
plt.legend()
152153
plt.tight_layout()
153154
plt.show()
154155

docs/examples/pvfleets-qa-pipeline/pvfleets-temperature-qa.py

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
plt.ylabel("Daily Completeness Score (Fractional)")
163163
plt.axhline(y=0.25, color='r', linestyle='-',
164164
label='Daily Completeness Cutoff')
165+
plt.legend()
165166
plt.tight_layout()
166167
plt.show()
167168

0 commit comments

Comments
 (0)