10000 Fix lots of warnings in docs/Examples that crash by mdboom · Pull Request #3224 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Fix lots of warnings in docs/Examples that crash #3224

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
Jul 12, 2014
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
Improve sentence structure.
  • Loading branch information
mdboom committed Jul 11, 2014
commit 08215a18305443352d47cb70749e271578bb2ce0
6 changes: 3 additions & 3 deletions doc/api/api_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ original location:

* In `~matplotlib.finance`, almost all functions have been deprecated
and replaced with a pair of functions name `*_ochl` and `*_ohlc`.
The former is 'open-close-high-low' order of quotes, and what the
module used and the later is 'open-high-low-close' order of quotes,
which is the standard in finance.
The former is the 'open-close-high-low' order of quotes used
previously in this module, and the latter is the
'open-high-low-close' order that is standard in finance.

* For consistency the ``face_alpha`` keyword to
:class:`matplotlib.patheffects.SimplePatchShadow` has been deprecated in
Expand Down
0