I have plotted my data with factorplot
in seaborn
and get facetgrid
object, but still cannot understand how the following attributes could be set in such a plot:
- Legend size: when I plot lots of variables, I get very small legends, with small fonts.
- Font sizes of y and x labels (a similar problem as above)
col_wrap
to "wrap" the facets onto multiple rows, which might help. - mwaskom