Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Description
It seems that labels do not work forquiver
plots:
In [1]: x = np.random.random(100)In [2]: y = np.random.random(100)In [3]: u = np.random.random(100) / 30.In [4]: v = np.random.random(100) / 30.In [5]: plt.quiver(x, y, u, v, label='test')Out[5]: <matplotlib.quiver.Quiver at 0x1076d1890>In [6]: plt.legend()/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/axes.py:4747: UserWarning: No labeled objects found. Use label='...' kwarg on individual plots. warnings.warn("No labeled objects found. "
Is support of this planned? If not, maybe it would make sense not to allow thelabel
argument forquiver
?
Metadata
Metadata
Assignees
Labels
No labels