`.Figure.align_ylabels`, and `.Figure.align_titles`. `.Figure.align_labels` wraps the x and y label functions. We align the xlabels and ylabels using short calls to `.Figure.align_xlabels` and ...
a figure so that there are no overlaps between axes objects and labels on the axes. See :doc:`/tutorials/intermediate/constrainedlayout_guide` for more details and ...
It is possible to set a logarithmic scale for one or both axes. This functionality is in fact only one application of a more general transformation system in Matplotlib. Each of the axes' scales are ...