Skip to content

Commit 26af97a

Browse files
Merge branch 'master' of github.com:matplotlib/mplfinance
2 parents 587a051 + 51b2482 commit 26af97a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include LICENSE

src/mplfinance/original_flavor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def candlestick2_ohlc(ax, opens, highs, lows, closes, width=4,
574574
sequence of low values
575575
closes : sequence
576576
sequence of closing values
577-
width : int
577+
width : float
578578
size of open and close ticks in points
579579
colorup : color
580580
the color of the lines where close >= open

0 commit comments

Comments
 (0)