Skip to content

Releases: matplotlib/mplfinance

v0.12.10b0

02 Aug 14:53
50d7eb3
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Point and Figure rewrite

08 Dec 21:02
e0eaa07
Compare
Choose a tag to compare
  • 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

01 Nov 15:23
d5fff66
Compare
Choose a tag to compare

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

25 May 17:45
dde9e11
Compare
Choose a tag to compare

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

10 May 19:47
5114322
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.12.8b9

01 Feb 00:28
1f710ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.8b8...v0.12.8b9

v0.12.8b8

12 Jan 12:31
3be3afd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.8b7...v0.12.8b8

v0.12.8b7

11 Jan 20:58
bde1082
Compare
Choose a tag to compare

What's Changed

  • Add method mpf.kwarg_help() to print kwargs information. by @lfenzo in #416

New Contributors

Full Changelog: v0.12.8b6...v0.12.8b7

v0.12.8b6

15 Dec 16:39
b073cad
Compare
Choose a tag to compare

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

14 Dec 00:43
1bf18a6
Compare
Choose a tag to compare
v0.12.8b4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.12.8b3...v0.12.8b4