Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c52cc85

Browse files
committed
MNT: remove extraneous axes creation
This breaks on mpl34
1 parent 95f3fd0 commit c52cc85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

03-temperature/99-get_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ def get_station_data(self, station_name, years):
144144

145145
def plot_station_locations(fig, fih, pick_radius=10):
146146
fig.clf()
147-
fig.add_subplot(1, 1, 1, projection=cartopy.crs.PlateCarree())
148147

149148
countries = cfeature.NaturalEarthFeature(
150149
category='cultural',

0 commit comments

Comments
 (0)