Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: add axis argument to plot_alpha #112

Closed
wants to merge 3 commits into from
Closed

Conversation

evanr70
Copy link
Contributor

@evanr70 evanr70 commented Apr 11, 2023

It is sometimes desirable to add alpha stackplots to existing figures. If multiple alphas are passed, multiple axes must also be used. A check is added to make sure there are an equal number of alphas and axes.

Changes:

axes=None -> no change (fig and axes created)
axes=single_axis -> wrap in a list
axes=multiple_axes -> check same number of axes as alphas

@evanr70 evanr70 marked this pull request as draft April 11, 2023 14:23
@evanr70 evanr70 closed this Apr 11, 2023
@evanr70 evanr70 deleted the feature/axis-arguments branch April 11, 2023 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant