|
| 1 | +style = dict(style_name = 'binance', |
| 2 | + base_mpl_style= 'seaborn-darkgrid', |
| 3 | + marketcolors = {'candle' : {'up':'#70a800', 'down':'#ea0070'}, |
| 4 | + 'edge' : {'up':'#70a800', 'down':'#ea0070'}, |
| 5 | + 'wick' : {'up':'#70a800', 'down':'#ea0070'}, |
| 6 | + 'ohlc' : {'up':'#70a800', 'down':'#ea0070'}, |
| 7 | + 'volume' : {'up':'#70a800', 'down':'#ea0070'}, |
| 8 | + 'vcedge' : {'up':'#70a800', 'down':'#ea0070'}, |
| 9 | + 'vcdopcod': False, |
| 10 | + 'alpha' : 0.9, |
| 11 | + }, |
| 12 | + mavcolors = ['#ffc201','#ff10ff','#cd0468','#1f77b4', |
| 13 | + '#ff7f0e','#2ca02c','#40e0d0'], |
| 14 | + y_on_right = False, |
| 15 | + gridcolor = '#d0d0d0', |
| 16 | + gridstyle = '--', |
| 17 | + facecolor = '#ffffff', |
| 18 | + rc = [ ('axes.edgecolor' , '#e6e6e6' ), |
| 19 | + ('axes.linewidth' , 1.5 ), |
| 20 | + ('axes.labelsize' , 'medium' ), |
| 21 | + ('axes.labelweight', 'semibold'), |
| 22 | + ('lines.linewidth' , 2.0 ), |
| 23 | + ('font.weight' , 'medium' ), |
| 24 | + ('font.size' , 12.0 ), |
| 25 | + ], |
| 26 | + base_mpf_style= 'binance' |
| 27 | + ) |
0 commit comments