Skip to content

Commit

Permalink
Professionalism
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Sep 16, 2019
1 parent 0b09e8a commit 4824c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proplot/axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@ def format(self, *, title=None, top=None,
abc : bool, optional
Whether to apply "a-b-c" subplot labelling based on the
``number`` attribute. If ``number`` is >26, the labels will loop
around to a, ..., z, aa, ..., zz, aaa, ..., zzz, ... God help you
if you ever need that many labels. Default is :rc:`abc`.
around to a, ..., z, aa, ..., zz, aaa, ..., zzz, ... Default is
:rc:`abc`.
abcformat : str, optional
It is a string containing the character ``a`` or ``A``, specifying
the format of a-b-c labels. ``'a'`` is the default, but e.g.
Expand Down

0 comments on commit 4824c4b

Please sign in to comment.