Skip to content

Commit 109aaf7

Browse files
committed
DOC: move quiver/barbs whats new
1 parent e5171ad commit 109aaf7

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

doc/users/whats_new.rst

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,15 @@ Annotation can use a default arrow style
191191
Annotations now use the default arrow style when setting ``arrowprops={}``,
192192
rather than no arrow (the new behavior actually matches the documentation).
193193

194+
Barbs and Quiver Support Dates
195+
------------------------------
196+
197+
When using the :func:`~matplotlib.axes.Axes.quiver` and
198+
:func:`~matplotlib.axes.Axes.barbs` plotting methods, it is now possible to
199+
pass dates, just like for other methods like :func:`~matplotlib.axes.Axes.plot`.
200+
This also allows these functions to handle values that need unit-conversion
201+
applied.
202+
194203

195204
Internals
196205
+++++++++
@@ -226,20 +235,6 @@ Pending
226235
+++++++
227236

228237

229-
230-
231-
232-
233-
Barbs and Quiver Support Dates
234-
------------------------------
235-
236-
When using the :func:`~matplotlib.axes.Axes.quiver` and
237-
:func:`~matplotlib.axes.Axes.barbs` plotting methods, it is now possible to
238-
pass dates, just like for other methods like :func:`~matplotlib.axes.Axes.plot`.
239-
This also allows these functions to handle values that need unit-conversion
240-
applied.
241-
242-
243238
Hexbin default line color
244239
-------------------------
245240

0 commit comments

Comments
 (0)