Skip to content

Commit

Permalink
Fix cut-off label text in gallery example figure (#2109)
Browse files Browse the repository at this point in the history
* figure correction

* revert ME to m resample
  • Loading branch information
IoannisSifnaios authored Jun 27, 2024
1 parent 55e0a36 commit 13ef8f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ docs/sphinx/source/reference/generated
docs/sphinx/source/reference/*/generated
docs/sphinx/source/savefig
docs/sphinx/source/gallery
docs/sphinx/source/sg_execution_times.rst

# Installer logs
pip-log.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def calculate_poa(tmy, solar_position, surface_tilt, surface_azimuth):
df_monthly.plot()
plt.xlabel('Month of Year')
plt.ylabel('Monthly Transposition Gain [%]')
plt.tight_layout()
plt.show()


Expand Down

0 comments on commit 13ef8f4

Please sign in to comment.