gsplot.MosaicSpec#

MosaicSpec = str | collections.abc.Sequence[collections.abc.Sequence[str | None]]#

A subplot-mosaic string or rectangular sequence of label rows.

Examples#

>>> import gsplot as gs
>>> mosaic: gs.MosaicSpec = "AB;CC"