diff --git a/docs/sphinx/source/forecasts.rst b/docs/sphinx/source/forecasts.rst index f227328f02..006f3a6404 100644 --- a/docs/sphinx/source/forecasts.rst +++ b/docs/sphinx/source/forecasts.rst @@ -457,7 +457,8 @@ Here's the forecast plane of array irradiance... mc.total_irrad.plot(); @savefig poa_irrad.png width=6in - plt.ylabel('Plane of array irradiance ($W/m**2$)'); + plt.ylabel('Plane of array irradiance ($W/m^2$)'); + plt.legend(loc='best'); ...the cell and module temperature...