Skip to content

Commit 40779a4

Browse files
author
Andrea Smith
committed
Reworded first line of docstring for quiver method to improve clarity and accuracy.
1 parent b80bfdc commit 40779a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mpl_toolkits/basemap/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3702,8 +3702,8 @@ 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-
Grid must be evenly spaced regular grid in x and y.
3706-
(see matplotlib.pyplot.quiver documentation).
3705+
Arguments may be 1-D or 2-D arrays or sequences
3706+
(see matplotlib.pyplot.quiver documentation for details).
37073707
37083708
If ``latlon`` keyword is set to True, x,y are intrepreted as
37093709
longitude and latitude in degrees. Data and longitudes are

0 commit comments

Comments
 (0)