-
Notifications
You must be signed in to change notification settings - Fork 657
Home
Daniel Goldfarb edited this page Jan 9, 2020
·
46 revisions
-
README use absolute (versus relative) links in "Contents" section, so that the links will work on PyPI.
- note: this will mean links on PyPI will send user back to analogous place in README on GitHub, due to the limitations described here: https://github.com/pypa/warehouse/issues/4064
-
README near bottom, link to examples folder (not to a specific example notebook).
- clean up examples folder (create
scratch
subfolder).
- clean up examples folder (create
-
"to be deprecated" warning for mpl-finance APIs.
(Can these be coded to write out only once after import?) -
Prioritize:
- Customizing the Appearance of Plots
- Technical Studies
-
noshow=True
and return fig and [axes].
or, alternatively, acceptaxis=ax
on which to plot OHLC or candlestick data. - fix and/or replace old matplotlib finance documentation:
https://matplotlib.org/api/finance_api.html