escodrinyar.Plot.pair#
- Plot.pair(x=None, y=None, wrap=None, cross=True)#
Produce subplots by pairing multiple
xand/oryvariables.- Parameters:
- x, ysequence(s) of data vectors or identifiers
Variables that will define the grid of subplots.
- wrapint
When using only
xory, “wrap” subplots across a two-dimensional grid with this many columns (when usingx) or rows (when usingy).- crossbool
When False, zip the
xandylists such that the first subplot gets the first pair, the second gets the second pair, etc. Otherwise, create a two-dimensional grid from the cartesian product of the lists.
Notes
The docstring of this function is autogenerated from
seaborn.objects.Plot.pair().