Titles can be passed as lists, but xlabel will pass it on to all axes. This creates a disconnect when we format with one call when we have non-shared axes. This should be changed.
For example
axs.format(titles = [..], xlabel = [..])
will split the titles to the available axes but not work for xlabel(etc).
Titles can be passed as lists, but xlabel will pass it on to all axes. This creates a disconnect when we format with one call when we have non-shared axes. This should be changed.
For example
will split the titles to the available axes but not work for xlabel(etc).