Skip to content

Commit a5a035c

Browse files
author
Andrea Smith
committed
Added blank line.
1 parent 40779a4 commit a5a035c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mpl_toolkits/basemap/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3702,6 +3702,7 @@ def contourf(self,x,y,data,*args,**kwargs):
37023702
def quiver(self, x, y, u, v, *args, **kwargs):
37033703
"""
37043704
Make a vector plot (u, v) with arrows on the map.
3705+
37053706
Arguments may be 1-D or 2-D arrays or sequences
37063707
(see matplotlib.pyplot.quiver documentation for details).
37073708

0 commit comments

Comments
 (0)