Skip to content

Commit 78e60f6

Browse files
committed
fix (GraphUtilities): stop using matplotlib deprecated methods
1 parent d1e96cc commit 78e60f6

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)