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 38a16dd commit 65dfaa5Copy full SHA for 65dfaa5
src/mplfinance/plotting.py
@@ -476,6 +476,7 @@ def plot( data, **kwargs ):
476
retdict['pnf_dates' ] = mdates.num2date(pmove_dates)
477
retdict['pnf_counts' ] = pmove_counts
478
retdict['pnf_values' ] = pmove_values
479
+ retdict['pnf_avgvals' ] = pmove_avgvals
480
retdict['pnf_size' ] = pmove_size
481
retdict['pnf_volumes' ] = volumes if config['volume'] else None
482
if config['mav'] is not None:
0 commit comments