Thanks to visit codestin.com Credit goes to github.com
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 03e0936 commit 6d8237fCopy full SHA for 6d8237f
1 file changed
lib/matplotlib/finance.py
@@ -573,6 +573,7 @@ def volume_overlay(ax, opens, closes, volumes,
573
linewidths = (0.5,),
574
)
575
576
+ ax.add_collection(barCollection)
577
corners = (0, 0), (len(bars), max(volumes))
578
ax.update_datalim(corners)
579
ax.autoscale_view()
0 commit comments