Skip to content

Commit

Permalink
Resolve xlabels deprecation warning in maps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarthur committed Nov 12, 2020
1 parent ba55a3f commit e036c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PlotInterface/maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ def addGraticule(self, axes, mapobj):
draw_labels=True)
gl.xformatter = LONGITUDE_FORMATTER
gl.yformatter = LATITUDE_FORMATTER
gl.xlabels_top = False
gl.ylabels_right = False
gl.top_labels = False
gl.right_labels = False

def addCoastline(self, mapobj):
"""
Expand Down

0 comments on commit e036c31

Please sign in to comment.