Skip to content

Commit

Permalink
sweep: DIRACGrid#6809 Stop using matplotlib deprecated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen authored and web-flow committed Feb 15, 2023
1 parent ffbe6f7 commit d8aa93d
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 d8aa93d

Please sign in to comment.