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

seaborn.PairGrid.map_offdiag¶

PairGrid.map_offdiag(self, func, **kwargs)¶

Plot with a bivariate function on the off-diagonal subplots.

Parameters
funccallable plotting function

Must take x, y arrays as positional arguments and draw onto the “currently active” matplotlib Axes. Also needs to accept kwargs called color and label.

Back to top

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