We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8809b8 commit 91ff037Copy full SHA for 91ff037
ultraplot/axes/base.py
@@ -317,7 +317,7 @@
317
The axes title. Can optionally be a sequence strings, in which case
318
the title will be selected from the sequence according to `~Axes.number`.
319
abc : bool or str or sequence, default: :rc:`abc`
320
- The "a-b-c" subplot label style. Must contain the character `a` or ``A``,
+ The "a-b-c" subplot label style. Must contain the character `a` or `A`,
321
for example ``'a.'``, or ``'A'``. If ``True`` then the default style of
322
``'a'`` is used. The `a` or ``A`` is replaced with the alphabetic character
323
matching the `~Axes.number`. If `~Axes.number` is greater than 26, the
0 commit comments