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

Barplot Arguments #2880

Closed
gao462 opened this issue Jun 27, 2022 · 1 comment
Closed

Barplot Arguments #2880

gao462 opened this issue Jun 27, 2022 · 1 comment

Comments

@gao462
Copy link

gao462 commented Jun 27, 2022

Pass width argument to matplotlib.axes.Axes.bar from seaborn.barplot interface will cause conflicts.

sns.barplot(*, width=1.0)

will raise error

TypeError: bar() got multiple values for argument 'width'
@mwaskom
Copy link
Owner

mwaskom commented Jun 27, 2022

#2860

Please provide reproducible examples in the future.

@mwaskom mwaskom closed this as completed Jun 27, 2022
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

No branches or pull requests

2 participants