Releases · matplotlib/mplfinance

v0.12.10b0

What's Changed

New Contributors

Full Changelog: v0.12.9b7...v0.12.10b0

Point and Figure rewrite

  • Rewrite Point and Figure code to fix problems noted in #568

  • also includes assorted changes to fix various deprecation warnings that otherwise appeared when mplfinance ran with newer versions of matplotlib and pandas.

What's Changed

Full Changelog: v0.12.9b5...v0.12.9b7

Hacktoberfest

What's Changed

  • Change maximum panels to 32 in docs & examples, in regards to completion of #377 by @Animeshz in #555
  • mpf now accepts alpha parameter as list for [hvat]lines so it is possible to set a different alpha for each line.
    • also import pyplot as plt to resolve unresolved reference error
    • by @nijek in #558
  • Script additions for 'ema' plotting by @andrewrgarcia in #563
  • Added xlabel= kwarg to mpf.plot() by @vedant-gawande in #564
  • Check for whitespace in column names when column not found. by @DanielGoldfarb in #567

New Contributors

Full Changelog: v0.12.9b1...v0.12.9b5

v0.12.9b1

What's Changed (PR #530)

  • Handle OHLC and Volume on same panel, by ...
    • placing Volume on the panel's secondary axes
    • using Axes.zorder to make sure OHLC is draw on top of volume
  • Also add the following kwargs to mpf.plot():
    • volume_alpha to set alpha of volume bars
    • volume_ylim to set ylim values of the Volume axis

Full Changelog: v0.12.9b0...v0.12.9b1

v0.12.9b0

What's Changed

New Contributors

Full Changelog: v0.12.8b9...v0.12.9b0

v0.12.8b9

v0.12.8b8

v0.12.8b7

v0.12.8b6

What's Changed

  • addplot type='scatter' now supports edgecolors and linewidths kwargs (to modify scatter markers) by @fxhuhn in #405
  • make_addplot() now supports marketcolors kwarg. This greatly simplifies plotting multiple ohlc/candle data sets, each with their own marketcolors, all within a single style. by @miya779 in #471
  • minor changes to README, to workflow, and change setup dev status from alpha to beta by @DanielGoldfarb in #482

New Contributors

Full Changelog: v0.12.8b4...v0.12.8b6

v0.12.8b4