add an option to control vertical spacing

This commit is contained in:
macd2 2018-02-05 03:21:24 +01:00 committed by GitHub
parent 2765ee5a85
commit 2ebe84426e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@ def plot_analyzed_dataframe(args) -> None:
name='Volume' name='Volume'
) )
fig = tools.make_subplots(rows=3, cols=1, shared_xaxes=True, row_width=[1, 1, 4]) fig = tools.make_subplots(rows=3, cols=1, shared_xaxes=True, row_width=[1, 1, 4],vertical_spacing=0.0001)
fig.append_trace(candles, 1, 1) fig.append_trace(candles, 1, 1)
fig.append_trace(bb_lower, 1, 1) fig.append_trace(bb_lower, 1, 1)