A few things about set_titles
.
First, the default titles are drawn in the FacetGrid.map
method, so if you want to change the titles, you have to call set_titles
after plotting, or else they will be overwritten.
Second, if you look at the docstring for the method, it doesn't just…
Top comments (0)