0.11.2
  • Gallery
  • Tutorial
  • API
  • Site
      • Introduction
      • Release notes
      • Installing
      • Example gallery
      • Tutorial
      • API reference
      • Citing
      • Archive
  • Page
      • seaborn.JointGrid.set_axis_labels

seaborn.JointGrid.set_axis_labels¶

JointGrid.set_axis_labels(self, 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:

  • matplotlib.axes.Axes.set_xlabel()

  • matplotlib.axes.Axes.set_ylabel()

Returns
JointGrid instance

Returns self for easy method chaining.

Back to top

© Copyright 2012-2021, Michael Waskom. Created using Sphinx 3.3.1.