escodrinyar.Plot.facet#
- Plot.facet(col=None, row=None, order=None, wrap=None)#
Produce subplots with conditional subsets of the data.
- Parameters:
- col, rowdata vectors or identifiers
Variables used to define subsets along the columns and/or rows of the grid. Can be references to the global data source passed in the constructor.
- orderlist of strings, or dict with dimensional keys
Define the order of the faceting variables.
- wrapint
When using only
colorrow, wrap subplots across a two-dimensional grid with this many subplots on the faceting dimension.
Notes
The docstring of this function is autogenerated from
seaborn.objects.Plot.facet().