Skip to content

Commit 5d31680

Browse files
Merge pull request #294 from gr8den/master
candlestick2_ohlc docs: width parameter int to float
2 parents 40d9e27 + 8dad3b4 commit 5d31680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)