Skip to content

Commit 13ef8f4

Browse files
Fix cut-off label text in gallery example figure (#2109)
* figure correction * revert ME to m resample
1 parent 55e0a36 commit 13ef8f4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ docs/sphinx/source/reference/generated
4343
docs/sphinx/source/reference/*/generated
4444
docs/sphinx/source/savefig
4545
docs/sphinx/source/gallery
46+
docs/sphinx/source/sg_execution_times.rst
4647

4748
# Installer logs
4849
pip-log.txt

docs/examples/irradiance-transposition/plot_transposition_gain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def calculate_poa(tmy, solar_position, surface_tilt, surface_azimuth):
104104
df_monthly.plot()
105105
plt.xlabel('Month of Year')
106106
plt.ylabel('Monthly Transposition Gain [%]')
107+
plt.tight_layout()
107108
plt.show()
108109

109110

0 commit comments

Comments
 (0)