Skip to content
Closed
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proplot/axes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ def _add_colorbar(
mappable, cax=cax, ticks=locator, format=formatter,
drawedges=grid, extendfrac=extendfrac, **kwargs
)
obj.minorlocator = minorlocator # backwards compatibility
# obj.minorlocator = minorlocator # backwards compatibility NOTE: NOT sure what this does
obj.update_ticks = guides._update_ticks.__get__(obj) # backwards compatible
if minorlocator is not None:
obj.update_ticks()
Expand Down
Loading