When using Seaborn facetGrid charts. Is it possible to set the variable line label on the left (for example, as the first line of two-line subsets of y axes)?
The default location is at the top, as part of the subtitle header. unfortunately, the combined text sometimes becomes too long to fit legally into this crowded space. Then I tried to use the margin_titles = True parameter when creating an instance of the facetGrid object. But in this case, the variable line label is to the right of the legend, which may be uncomfortable too far from the graph.
So, possible easy ways to improve aesthetics in my bicentenary thought:
- Move field header inside legend if
margin_titles = True and legend_out=True - Allow the variable string label to appear to the left of the y axis label.
- Other ideas?
Sorry, did not score enough points to add an example chart.
python matplotlib margin label seaborn
user3287545
source share