addplot type='scatter'
support edgecolors
and linewidths
by fxhuhn · Pull Request #405 · matplotlib/mplfinance (original) (raw)
@@ -908,10 +908,13 @@ def _addplot_columns(panid,panels,ydata,apdict,xdates,config):
mark = apdict['marker']
color = apdict['color']
alpha = apdict['alpha']
edgecolors = apdict['edgecolors']
linewidths = apdict['linewidths']
if isinstance(mark,(list,tuple,np.ndarray)):
_mscatter(xdates,ydata,ax=ax,m=mark,s=size,color=color,alpha=alpha)