gsplot.style.title#
Functions
|
Set the title of the current figure. |
|
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