From 57ff9faae36366413dd96fc6e9728f35fcddb47b Mon Sep 17 00:00:00 2001 From: Christophe Haen Date: Wed, 15 Feb 2023 17:35:15 +0100 Subject: [PATCH] sweep: #6809 Stop using matplotlib deprecated methods --- src/DIRAC/Core/Utilities/Graphs/GraphUtilities.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/DIRAC/Core/Utilities/Graphs/GraphUtilities.py b/src/DIRAC/Core/Utilities/Graphs/GraphUtilities.py index 432737e54de..b8a43fdf79a 100644 --- a/src/DIRAC/Core/Utilities/Graphs/GraphUtilities.py +++ b/src/DIRAC/Core/Utilities/Graphs/GraphUtilities.py @@ -366,8 +366,6 @@ def get_locator(self, dmin, dmax): locator = RRuleLocator(rrule, 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