{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n# Programmatically control subplot adjustment\n\n
This example is primarily intended to show some advanced concepts in\n Matplotlib.\n\n If you are only looking for having enough space for your labels, it is\n almost always simpler and good enough to either set the subplot parameters\n manually using `.Figure.subplots_adjust`, or use one of the automatic\n layout mechanisms\n (`constrainedlayout_guide` or\n `tight_layout_guide`).