pastas.plotting.modelcompare.CompareModels.get_default_mosaic ============================================================= .. py:method:: pastas.plotting.modelcompare.CompareModels.get_default_mosaic(n_stressmodels: int | None = None) -> list[list[str]] Get default mosaic for matplotlib.subplot_mosaic(). :param n_stressmodels: number of stressmodel plots to include in mosaic by default None which uses the number of unique stressmodels in all models. :type n_stressmodels: None, optional :returns: **mosaic** -- list of lists containing axes labels. :rtype: list .. !! processed by numpydoc !!