Skip to content

Commit d936a26

Browse files
authored
Merge pull request #6807 from chaen/v7r3_FIX_pylintMatplotlib
[v7r3] Stop using matplotlib deprecated methods
2 parents d1e96cc + 78e60f6 commit d936a26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/DIRAC/Core/Utilities/Graphs/GraphUtilities.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,6 @@ def get_locator(self, dmin, dmax):
373373
locator = RRuleLocator(rrule, self.tz)
374374
locator.set_axis(self.axis)
375375

376-
locator.set_view_interval(*self.axis.get_view_interval())
377-
locator.set_data_interval(*self.axis.get_data_interval())
378376
return locator
379377

380378

0 commit comments

Comments
 (0)