Skip to content

Commit 86a50eb

Browse files
committed
Improve on-the-fly cycle declaration, misc bugfixes
1 parent d68afaa commit 86a50eb

File tree

3 files changed

+613
-633
lines changed

3 files changed

+613
-633
lines changed

proplot/axes/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ def __init__(self, *args, **kwargs):
526526
super().__init__(*args, **kwargs)
527527

528528
# Varous scalar properties
529+
self._active_cycle = rc['axes.prop_cycle']
529530
self._auto_format = None # manipulated by wrapper functions
530531
self._abc_border_kwargs = {}
531532
self._abc_loc = None

0 commit comments

Comments
 (0)