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.
add_collection
finance.volume_overlay
1 parent 5a06283 commit e70f1dbCopy full SHA for e70f1db
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