yt.visualization.plot_window.PlotWindow.set_ylabel

PlotWindow.set_ylabel(*args, **kwargs)

Allow the user to modify the Y-axis title Defaults to the global value.

Parameters:

label: str :

The new string for the y-axis.

>>> plot.set_ylabel(“Temperature (K)”) :