Searched refs:mquiver (Results 1 – 4 of 4) sorted by relevance
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/api/prev_api_changes/ |
H A D | api_changes_1.4.x.rst | 36 - ``mquiver`` -> ``from matplotlib import quiver as mquiver``
|
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/axes/ |
H A D | _axes.py | 24 import matplotlib.quiver as mquiver namespace 5097 @docstring.copy(mquiver.QuiverKey.__init__) 5099 qk = mquiver.QuiverKey(Q, X, Y, U, label, **kw) 5117 q = mquiver.Quiver(self, *args, **kw) 5122 quiver.__doc__ = mquiver.Quiver.quiver_doc 5134 b = mquiver.Barbs(self, *args, **kw)
|
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/axes/ |
H A D | _axes.py | 33 import matplotlib.quiver as mquiver namespace 4863 qk = mquiver.QuiverKey(*args, **kw) 4866 quiverkey.__doc__ = mquiver.QuiverKey.quiverkey_doc 4887 q = mquiver.Quiver(self, *args, **kw) 4892 quiver.__doc__ = mquiver.Quiver.quiver_doc 4940 b = mquiver.Barbs(self, *args, **kw)
|
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/api/ |
H A D | api_changes.rst | 1551 - mquiver -> `from matplotlib import quiver as mquiver`
|