Skip to content

Commit

Permalink
Fix default minor discrete colorbar ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Jan 15, 2022
1 parent 40b3d79 commit e609f01
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 @@ -1130,7 +1130,7 @@ def _add_colorbar(
obj.minorlocator = minorlocator # backwards compatibility
obj.update_ticks = guides._update_ticks.__get__(obj) # backwards compatibility
if minorlocator is not None:
pass
obj.update_ticks()
elif tickminor:
obj.minorticks_on()
else:
Expand Down

0 comments on commit e609f01

Please sign in to comment.