seaborn relplot¶
With the sea() method a relplot is made using the lsobject.frame. Use the same argument names used in seaborn.relplot() as dictionary keys with their corresponding values being any allowed values according to the seaborn.relplot() docs,
lsobject.sea(options={'x': 'output1',
'y': 'output2',
'hue': 'date_delta',
's': 100})