Skip to content

Commit

Permalink
Merge pull request #6811 from DIRACGridBot/cherry-pick-2-cedf5db50-in…
Browse files Browse the repository at this point in the history
…tegration

[sweep:integration] Stop using matplotlib deprecated methods
  • Loading branch information
fstagni authored Feb 15, 2023
2 parents a14778b + d8aa93d commit 3ec1e68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DIRAC/Core/Utilities/Graphs/GraphUtilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 3ec1e68

Please sign in to comment.