Skip to content

Commit e981c14

Browse files
authored
Merge pull request #327 from Jeitan/master
Reworded first line of docstring for quiver method
2 parents 6c6c398 + a5a035c commit e981c14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/mpl_toolkits/basemap/__init__.py

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

0 commit comments

Comments
 (0)