Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoshiaki committed Jul 4, 2022
1 parent 9c52cc6 commit 93596ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/scattermap.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def plot(self, ax, cax, kws):

# Add row and column labels
if isinstance(self.xticks, str) and self.xticks == "auto":
xticks, xticklabels = self._s(ax, self.xticklabels, 0)
xticks, xticklabels = self._auto_ticks(ax, self.xticklabels, 0)
else:
xticks, xticklabels = self.xticks, self.xticklabels

Expand Down

0 comments on commit 93596ff

Please sign in to comment.