Skip to content

Commit

Permalink
Update IrradianceGraphs.ipynb, correct graph title
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenkj1 authored Oct 6, 2023
1 parent 9246865 commit fd0b0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SolarEnergy/Irradiance/IrradianceGraphs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"ax.plot(mnn, mnl, color='orange')\n",
"ax.fill_between(mnn, mnu, mnl, color='palegoldenrod')\n",
"ax.grid()\n",
"ax.set_title(\"Mean Power+Range for Avon Road Site (STFC-RAL)\")\n",
"ax.set_title(\"Mean Irradiance+Range for a Site in Cairo (STFC-RAL)\")\n",
"ax.set_ylabel(\"Irradiance ($Wm^{-2}$)\")\n",
"pandas.options.mode.chained_assignment = 'warn' # default='warn' , switch back"
]
Expand Down

0 comments on commit fd0b0ea

Please sign in to comment.