eringrant/niceplotlib

Document and give examples for `subplots` argument in `npl.set_size`.

Closed this issue · 0 comments

subplots: tuple[int, int] = (1, 1),

e.g.,

fig, axes = plt.subplots(2, 1, sharex=True,
                         figsize=niceplotlib.set_size(WIDTH, subplots=(2, 1)))