Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: matplotlib/mplfinance

v0.12.10b0

02 Aug 14:53
@DanielGoldfarb DanielGoldfarb
50d7eb3
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

New Contributors

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

Contributors

DanielGoldfarb, ugorsahin, and 2 other contributors
Assets 2
Loading
5j9, jose-v7, and huynhdev24 reacted with thumbs up emoji
3 people reacted

Point and Figure rewrite

08 Dec 21:02
@DanielGoldfarb DanielGoldfarb
e0eaa07
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
  • 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

Contributors

DanielGoldfarb
Loading

Hacktoberfest

01 Nov 15:23
@DanielGoldfarb DanielGoldfarb
d5fff66
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

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

Contributors

nijek, andrewrgarcia, and 3 other contributors
Loading

v0.12.9b1

25 May 17:45
@DanielGoldfarb DanielGoldfarb
dde9e11
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

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

Loading
rdillens reacted with hooray emoji josesydor reacted with heart emoji
2 people reacted

v0.12.9b0

10 May 19:47
@DanielGoldfarb DanielGoldfarb
5114322
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

New Contributors

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

Contributors

wgong, donbing, and 3 other contributors
Loading

v0.12.8b9

01 Feb 00:28
@DanielGoldfarb DanielGoldfarb
1f710ca
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

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

Contributors

DanielGoldfarb
Loading
forrrr and smjure reacted with thumbs up emoji
2 people reacted

v0.12.8b8

12 Jan 12:31
@DanielGoldfarb DanielGoldfarb
3be3afd
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

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

Contributors

DanielGoldfarb
Loading

v0.12.8b7

11 Jan 20:58
@DanielGoldfarb DanielGoldfarb
bde1082
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

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

Contributors

lfenzo
Loading

v0.12.8b6

15 Dec 16:39
@DanielGoldfarb DanielGoldfarb
b073cad
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

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

Contributors

miya779, DanielGoldfarb, and fxhuhn
Loading

v0.12.8b4

14 Dec 00:43
@DanielGoldfarb DanielGoldfarb
1bf18a6
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
v0.12.8b4 Pre-release
Pre-release

What's Changed

New Contributors

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

Contributors

DanielGoldfarb and AurumnPegasus
Loading
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /