8000 Add whats new for barbs/quiver date support by dopplershift · Pull Request #9006 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Add whats new for barbs/quiver date support #9006

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 7, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ENH: Add whats new for barbs/quiver date support
  • Loading branch information
dopplershift committed Aug 7, 2017
commit 8352c77f6ff86113163f906ff06d0adc6069b7a5
7 changes: 7 additions & 0 deletions doc/users/next_whats_new/barbs_dates_and_units.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Barbs and Quiver Support Dates
------------------------------

When using the :func:`quiver` and :func:`barbs` plotting methods,
it is now possible to pass dates, just like for other methods like
:func:`plot`. This also allows these functions to handle values
that need unit-conversion applied.
0