You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using 4-Dimensional Plotting as explained in the user guide one can use set_titles() (docs) using a template. This is applied to both column and row titles.
Describe the solution you'd like
In my example at hand I have different pyhsical quanities for row and cols and would like to add units into the titles. A syntax similar to seaborns set_titles would enable setting different templates for row and columns labels.
Describe alternatives you've considered
Alternative solution by now is to iterate through the axis manually and set the titles.