yt.visualization.profile_plotter.PhasePlot.set_title

PhasePlot.set_title(*args, **kwargs)[source]

Set a title for the plot.

Parameters:

field : str

The z field of the plot to add the title.

title : str

The title to add.

Examples

>>> plot.set_title("cell_mass", "This is a phase plot")