We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3a30a commit 4a03296Copy full SHA for 4a03296
lib/mpl_toolkits/basemap/__init__.py
@@ -2374,7 +2374,7 @@ def addlon(meridians,madd):
2374
linecolls[k] = _tup(linecolls[k])
2375
# override __delitem__ in dict to call remove() on values.
2376
meridict = _dict(linecolls)
2377
- # clip meridian lines and label them.
+ # for round polar plots, clip meridian lines and label them.
2378
if self.round:
2379
if self.clipcircle not in ax.patches:
2380
p = ax.add_patch(self.clipcircle)
0 commit comments