Skip to content

Commit

Permalink
Merge pull request mementum#2 from chenyuyou/patch-1
Browse files Browse the repository at this point in the history
Update locator.py
  • Loading branch information
WISEPLAT authored Apr 1, 2023
2 parents 9287871 + 28ec1e7 commit 5bce508
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backtrader/plot/locator.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,6 @@ def get_locator(self, dmin, dmax):
locator = MicrosecondLocator(interval, tz=self.tz)

locator.set_axis(self.axis)

locator.set_view_interval(*self.axis.get_view_interval())
locator.set_data_interval(*self.axis.get_data_interval())
return locator


Expand Down

0 comments on commit 5bce508

Please sign in to comment.