vispipe.plot_backend.MPL_Figure.set_title#

MPL_Figure.set_title(t, **kwargs)#

Sets the title of the figure.

Parameters:
  • t (str) – The text for the plot.

  • **kwargs – Keyword arguments used by fig.suptitle().

Return type:

Text

Returns:

A matplotlib.text.Text object.