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
- 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)
- enhanced method for calculating widths
- access to width configuration (ability to adjust line size of candles iss num 81)
- support NaNs in data (fixes min/max, mav, etc)
- tight_layout
- fill_between
- fix bug displaying a single candle
- fix bug "StatisticsError" when only a single data point
- close plot when not needed to stay open (fixes "20 open plots" warning)
- fix poor choice of default color for line chart
- fix
savefig
Figure Facecolor bug