-
v0.12.4a0 Released 2020-05-01
- regression tests for new API
- Renko plots (issue #11) (Thank you Caleb Coffin @coffincw)
style='binance'
(Thank you @akgna)- return Figure and Axes (
return_fig=True
) (issue #46) - check that inputs are all float, and rename IPython.display.Iamge to avoid confusion with PIL.Image
- ability to
return_calculated_values=True
(issue #63) (Thank you @WHug0) - Point and Figure (
type='pnf'
) plots. (Thank you Caleb Coffin @coffincw) - custom column names (Thank you @borgstrom)
set_ylim
andset_ylim_panelB
kwargshlines
,vlines
,alines
,tlines
Trend, Support, Resistance, and Trading/Signal lines- (Thank you Aaron Soellinger @free-soellingeraj for writing regression tests for this.)
-
v0.12.3a3 Released 2020-03-04
linecolor
kwarg for line plots (Thank you Caleb Coffin @coffincw)- implement save figure to in-memory buffer (Thank you Caleb Coffin @coffincw)
-
v0.12.3a2 Released 2020-02-21
- implement custom markers (issue#30) (Thank you Amir Atashin @amiaty)
- fix minor issue with chart
type
validator (Thank you Amir Atashin @amiaty) - add internal functions:
_bypass_kwarg_validation()
and_kwarg_not_implemented()
-
v0.12.3a1 Released 2020-02-16
- fix issue#28: math.log crash on zero in data
- remove "Implemented" field from kwarg dicts
- yahoo style show colors for
ohlc bars
-
v0.12.3a0 Released 2020-02-12
- kwarg
block=False
for non-blocking call tompf.plot()
- customize aspect ratio, figure title, y-labels
- customize colors and other
style
aspects of plot no_xgaps
now defaults to True: useshow_nontrading=True
to set no_xgaps to false- secondary y-axis available to
make_addplot()
- bug fix for volume widths
- kwarg
-
v0.12.0a3 Released 2020-01-16
- Increase mav limit from 3 to 7 different mavs
-
v0.12.0a2 Released 2020-01-14
- Ability to save plot to a file (pdf, svg, png, jpg, ...)
-
v0.12.0a1 Released 2020-01-09
- Ability to plot arbitrary user data (in addition to basic OHLCV data).
- both line and scatter plots available.
- optionally plot on either the "main" or "lower" (aka "volume") axis.
-
v0.11.x Released 2019-12-20
- Basic Plotting from Pandas DataFrame of OHLC bars and candlesticks.
- optional display of volume
- optional display of (up to 3 different) moving averages.
- old API still available by importing from "mplfinance/original_flavor"
-
v0.10.x Released 2016-09-08
- Old mpl-finance API set up as its own package
(i.e. removed from the matplotlib package).
- Old mpl-finance API set up as its own package