Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make_Addplot Alpha and Width Kwargs not functioning #185

Closed
PowerrNuller opened this issue Jun 21, 2020 · 2 comments
Closed

Make_Addplot Alpha and Width Kwargs not functioning #185

PowerrNuller opened this issue Jun 21, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request question Further information is requested released code merged into repo AND released to Pypi

Comments

@PowerrNuller
Copy link

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)]

@PowerrNuller PowerrNuller added the question Further information is requested label Jun 21, 2020
@DanielGoldfarb
Copy link
Collaborator

Width and Alpha kwargs were meant for type=bar charts. We can enhance to affect lines as well, but there is also a separate way to affect all lines widths. It makes sense to have width and alpha affect `make_addplot(...,type='lines',...) too. Will add that.

@DanielGoldfarb DanielGoldfarb added enhancement New feature or request in progress labels Jun 21, 2020
@DanielGoldfarb DanielGoldfarb self-assigned this Jun 21, 2020
@DanielGoldfarb DanielGoldfarb added released code merged into repo AND released to Pypi and removed in progress labels Jun 24, 2020
@DanielGoldfarb
Copy link
Collaborator

pip install --upgrade mplfinance

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request question Further information is requested released code merged into repo AND released to Pypi
Projects
None yet
Development

No branches or pull requests

2 participants