We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd15caf commit cfc6fecCopy full SHA for cfc6fec
backtesting/_plotting.py
@@ -437,7 +437,8 @@ def _plot_pl_section():
437
438
def _plot_volume_section():
439
"""Volume section"""
440
- fig = new_indicator_figure(y_axis_label="Volume")
+ fig = new_indicator_figure(height=70, y_axis_label="Volume")
441
+ fig.yaxis.ticker.desired_num_ticks = 3
442
fig.xaxis.formatter = fig_ohlc.xaxis[0].formatter
443
fig.xaxis.visible = True
444
fig_ohlc.xaxis.visible = False # Show only Volume's xaxis
0 commit comments