forked from matplotlib/mplfinance
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Daniel Goldfarb edited this page May 22, 2020
·
12 revisions
- Subplots: Create up to 10 "panels"
- Can modify relative sizes of panels
- Can modify which is "main" panel
- Can modify which is "volume" panel
- addplot can plot to any panel
- MACD example
- support bar charts in addplot (
type=
'line', 'scatter', or 'bar') - ability to custom format dates/times
- ability to rotate date/time labels
- ability to turn axis off (make axis invisible)
- automatically adjust candle widths, line widths, volume widths, ohlc tick widths
- enhanced method for calculating widths
- access to width configuration (ability to adjust line size of candles iss num 81)
- close plot when not needed to stay open
- fixes "20 open plots" warning
- removed code to close plots from regression tests: no longer needed
- support NaNs in data to indicate missing data (fixes bug related to min/max and mav when NaNs were in data)
- remove support for -1 meaning missing data. -1 is now considered valid data.
- support tight_layout
- support fill_between
- remove rcParams context: modifications made by mplfinance are now availabile after calling mplfinance.
- fix bug displaying a single candle
- fix bug "StatisticsError" when only a single data point
- fix poor choice of default color for line chart
- fix
savefig
Figure Facecolor bug - fix ohlc bars color in "blueskies" style