Skip to content

Commit

Permalink
Merge pull request #6377 from lpsinger/remove_unused_latitude_degrees
Browse files Browse the repository at this point in the history
Remove unused variable in GeoAxes class
  • Loading branch information
WeatherGod committed May 6, 2016
2 parents 8118b9b + 99a5189 commit 79c774f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/matplotlib/projections/geo.py
Expand Up @@ -204,7 +204,6 @@ def set_latitude_grid(self, degrees):
self.yaxis.set_major_locator(
FixedLocator(
np.linspace(-np.pi / 2.0, np.pi / 2.0, number, True)[1:-1]))
self._latitude_degrees = degrees
self.yaxis.set_major_formatter(self.ThetaFormatter(degrees))

def set_longitude_grid_ends(self, degrees):
Expand Down

0 comments on commit 79c774f

Please sign in to comment.