8000 DOC: fix superscript in forecast.rst (#439) · benbenboben/pvlib-python@b026c57 · GitHub
[go: up one dir, main page]

Skip to content

Commit b026c57

Browse files
mikofskiwholmgren
authored andcommitted
DOC: fix superscript in forecast.rst (pvlib#439)
* DOC: fix superscript and legend location * POA irradiance plot s/**/^/g * plt.legend(loc='best') hope this works * move legend after semicolon
1 parent 9cc946f commit b026c57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/sphinx/source/forecasts.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,8 @@ Here's the forecast plane of array irradiance...
454454
455455
mc.total_irrad.plot();
456456
@savefig poa_irrad.png width=6in
457-
plt.ylabel('Plane of array irradiance ($W/m**2$)');
457+
plt.ylabel('Plane of array irradiance ($W/m^2$)');
458+
plt.legend(loc='best');
458459
459460
...the cell and module temperature...
460461

0 commit comments

Comments
 (0)
0