Skip to content

Commit e609f01

Browse files
committed
Fix default minor discrete colorbar ticks
1 parent 40b3d79 commit e609f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proplot/axes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ def _add_colorbar(
11301130
obj.minorlocator = minorlocator # backwards compatibility
11311131
obj.update_ticks = guides._update_ticks.__get__(obj) # backwards compatibility
11321132
if minorlocator is not None:
1133-
pass
1133+
obj.update_ticks()
11341134
elif tickminor:
11351135
obj.minorticks_on()
11361136
else:

0 commit comments

Comments
 (0)