Skip to content

Commit

Permalink
Outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed May 21, 2020
1 parent b022e68 commit 2bdd4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proplot/axes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def __init__(self, *args, number=None, main=False, **kwargs):
# Automatic axis sharing and formatting
# TODO: Instead of format() call specific setters
self._auto_share_setup()
self.format(rc_mode=1) # mode == 1 applies the rcShortParams
self.format(rc_mode=1) # mode == 1 applies the custom proplot params

def _auto_share_setup(self):
"""
Expand Down

0 comments on commit 2bdd4b5

Please sign in to comment.