Skip to content

Commit 5bce508

Browse files
authored
Merge pull request mementum#2 from chenyuyou/patch-1
Update locator.py
2 parents 9287871 + 28ec1e7 commit 5bce508

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backtrader/plot/locator.py

-3
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,6 @@ def get_locator(self, dmin, dmax):
222222
locator = MicrosecondLocator(interval, tz=self.tz)
223223

224224
locator.set_axis(self.axis)
225-
226-
locator.set_view_interval(*self.axis.get_view_interval())
227-
locator.set_data_interval(*self.axis.get_data_interval())
228225
return locator
229226

230227

0 commit comments

Comments
 (0)