Skip to content

Commit 0c6d581

Browse files
committed
Bugfix (travis caught it! awesome!)
1 parent d34d888 commit 0c6d581

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
sudo: false # use container based build
77
language: python
88
notifications:
9-
email: false
9+
email: false
1010

1111
python:
1212
- "3.6"

proplot/wrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2427,7 +2427,7 @@ def colorbar_wrapper(self,
24272427
# Parse flexible input
24282428
label = _notNone(title, label, None, names=('title', 'label'))
24292429
locator = _notNone(ticks, locator, None, names=('ticks', 'locator'))
2430-
formatter = _notNone(ticklabels, formatter, 'default', names=('ticklabels', 'formatter'))
2430+
formatter = _notNone(ticklabels, formatter, 'auto', names=('ticklabels', 'formatter'))
24312431
minorlocator = _notNone(minorticks, minorlocator, None, names=('minorticks', 'minorlocator'))
24322432
ticklocation = _notNone(tickloc, ticklocation, None, names=('tickloc', 'ticklocation'))
24332433

0 commit comments

Comments
 (0)