PlotWindow.
set_ylabel
Allow the user to modify the Y-axis title Defaults to the global value.
label: str :
The new string for the y-axis.
>>> plot.set_ylabel(“Temperature (K)”) :