File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,15 @@ Annotation can use a default arrow style
191
191
Annotations now use the default arrow style when setting ``arrowprops={} ``,
192
192
rather than no arrow (the new behavior actually matches the documentation).
193
193
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
+
194
203
195
204
Internals
196
205
+++++++++
@@ -226,20 +235,6 @@ Pending
226
235
+++++++
227
236
228
237
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
-
243
238
Hexbin default line color
244
239
-------------------------
245
240
You can’t perform that action at this time.
0 commit comments