File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,6 +191,15 @@ Annotation can use a default arrow style
191191Annotations now use the default arrow style when setting ``arrowprops={} ``,
192192rather 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
195204Internals
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-
243238Hexbin default line color
244239-------------------------
245240
You can’t perform that action at this time.
0 commit comments