tools¶
-
lsframe.tools.sea_born.
sea
(df=None, kind='relplot', seaborn_args={})¶ class for interacting with seaborn
- Parameters
df (DataFrame) -- "frame" from start object
kind (str) -- type of plot (currently only relplot is allowed)
seaborn_args (dict) -- dict keys are the seaborn.relplot arguments and their allowed values are according to seaborn documentation for relplot
- Returns
seaborn relplot