Skip to content

Commit 01ee397

Browse files
committed
updated hollow stle labeling
1 parent aae559a commit 01ee397

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/mplfinance/_styledata/hollow.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
style = dict(style_name = 'hollow',
22
base_mpl_style= 'seaborn-darkgrid',
3-
marketcolors = {'candle' : {'up':'w', 'down':'r', 'up_hollow':'k', 'down_hollow':'w'},
3+
marketcolors = {'candle' : {'up':(0,0,0,0), 'down':'r'},
4+
'hollow' : {'up':'k', 'down':(0,0,0,0)},
45
'edge' : {'up':'k', 'down':'r'},
56
'wick' : {'up':'k', 'down':'r'},
67
'ohlc' : {'up':'k', 'down':'r'},
@@ -23,5 +24,5 @@
2324
('font.weight' , 'medium' ),
2425
('font.size' , 12.0 ),
2526
],
26-
base_mpf_style= 'default'
27+
base_mpf_style= 'hollow'
2728
)

0 commit comments

Comments
 (0)