File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1717* .egg-info
1818
1919# Local docs builds
20- docs /api
21- docs /_build
20+ docs /api / *
21+ docs /_build / *
2222docs /_static /ultraplotrc
2323docs /_static /rctable.rst
2424docs /_static /*
@@ -33,6 +33,7 @@ sources
3333* .pyc
3434. * .pyc
3535__pycache__
36+ * .ipynb
3637
3738# OS files
3839.DS_Store
Original file line number Diff line number Diff line change 317317 The axes title. Can optionally be a sequence strings, in which case
318318 the title will be selected from the sequence according to `~Axes.number`.
319319abc : bool or str or sequence, default: :rc:`abc`
320- The "a-b-c" subplot label style. Must contain the character `a` or ``A` `,
320+ The "a-b-c" subplot label style. Must contain the character `a` or `A `,
321321 for example ``'a.'``, or ``'A'``. If ``True`` then the default style of
322322 ``'a'`` is used. The `a` or ``A`` is replaced with the alphabetic character
323323 matching the `~Axes.number`. If `~Axes.number` is greater than 26, the
You can’t perform that action at this time.
0 commit comments