Skip to content

Commit 2425393

Browse files
committed
resample('m') -> resample('ME') [2 - another file]
1 parent 62f97d8 commit 2425393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/examples/irradiance-transposition/plot_seasonal_tilt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ def get_orientation(self, solar_zenith, solar_azimuth):
9696
'Seasonal 20/40 Production': mc.results.ac,
9797
'Fixed 30 Production': mc2.results.ac,
9898
})
99-
results.resample('m').sum().plot()
99+
results.resample('ME').sum().plot()
100100
plt.ylabel('Monthly Production')
101101
plt.show()

0 commit comments

Comments
 (0)