Skip to content

Commit cff9280

Browse files
committed
1 parent 866032f commit cff9280

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/mpl_toolkits/basemap/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4351,8 +4351,6 @@ def wmsimage(self,server,\
43514351
# this works for png and jpeg.
43524352
return self.imshow(imread(io.BytesIO(img.read()),
43534353
format=format),origin='upper',alpha=alpha,ax=ax)
4354-
# this works for png, but not jpeg
4355-
#return self.imshow(imread(urlopen(img.url),format=format),origin='upper')
43564354

43574355
def drawmapscale(self,lon,lat,lon0,lat0,length,barstyle='simple',\
43584356
units='km',fontsize=9,yoffset=None,labelstyle='simple',\

0 commit comments

Comments
 (0)