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

Allow score_histogram/score_boxplot to take an optional bbox_to_anchor argument #52

Open
sunnymatt opened this issue Aug 7, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sunnymatt
Copy link
Collaborator

The bbox_to_anchor argument allows the user to specify an optional position for the location of the legend on the graph. We should explicitly allow bbox_to_anchor::Union{Nothing,Tuple} to be passed to score_histogram and/or score_boxplot. (My guess is that this is maybe a 4 line change of code.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant