Make_Addplot Alpha and Width Kwargs not functioning #185
Labels
enhancement
New feature or request
question
Further information is requested
released
code merged into repo AND released to Pypi
Hello,
Please note the width and alpha arguments in are not functioning in the make_addplot function
addplot = [mpf.make_addplot(df['R'], type='line',secondary_y=True, ylabel='R', width= 0.1, alpha = 0.5)]
The text was updated successfully, but these errors were encountered: