Skip to content

Commit 5291d3f

Browse files
committed
updated hollow style in notebook
1 parent 74fd7af commit 5291d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_customizations.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"outputs": [],
148148
"source": [
149149
"mpf.plot(daily,type='candle',volume=True,figscale=0.9)\n",
150-
"mpf.plot(daily,type='hollow_candle',volume=True,figscale=0.9)\n",
150+
"mpf.plot(daily,type='hollow_candle',style='hollow',volume=True,figscale=0.9)\n",
151151
"mpf.plot(daily,type='candle',volume=True,figscale=0.9,show_nontrading=True)"
152152
]
153153
},

0 commit comments

Comments
 (0)