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

Keyword argument fillstyle not supported with Plots.GRBackend() #4190

Closed
bkamins opened this issue Apr 30, 2022 · 3 comments
Closed

Keyword argument fillstyle not supported with Plots.GRBackend() #4190

bkamins opened this issue Apr 30, 2022 · 3 comments
Labels

Comments

@bkamins
Copy link
Contributor

bkamins commented Apr 30, 2022

When I run code:

histogram(rand(1000); fillstyle= :/)

I get warning:

┌ Warning: Keyword argument fillstyle not supported with Plots.GRBackend().

but actually fillstyle is respected by GR backend.

@bkamins
Copy link
Contributor Author

bkamins commented May 2, 2022

Thank you!

@BeastyBlacksmith
Copy link
Member

Thanks for reporting 🙂

@bkamins
Copy link
Contributor Author

bkamins commented May 2, 2022

It was reported by a reviewer of https://github.com/bkamins/JuliaForDataAnalysis/blob/main/ch13.jl 😄.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants