seaborn.JointGrid.set_axis_labels#

JointGrid.set_axis_labels(xlabel='', ylabel='', **kwargs)#

Set axis labels on the bivariate axes.

Parameters:
xlabel, ylabelstrings

Label names for the x and y variables.

kwargskey, value mappings

Other keyword arguments are passed to the following functions:

Returns:
JointGrid instance

Returns self for easy method chaining.