gsplot.style.title#

Functions

title(title,Β **kwargs)

Set the title of the current figure.

title_axes(ax,Β title,Β **kwargs)

Set the title of the current figure.

title(title, **kwargs)[source]#

Set the title of the current figure.

Parameters:
  • title (str) – The title of the current figure.

  • **kwargs (Any) – Additional keyword arguments to pass to the title.

Returns:

The title of the current figure.

Return type:

Text

title_axes(ax, title, **kwargs)[source]#

Set the title of the current figure.

Parameters:
  • ax (Axes) – The axes to set the title of.

  • title (str) – The title of the current figure.

  • **kwargs (Any) – Additional keyword arguments to pass to the title.

Returns:

The title of the current figure.

Return type:

Text