We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
fillstyle
The text was updated successfully, but these errors were encountered:
e06143c
Thank you!
Sorry, something went wrong.
Thanks for reporting 🙂
It was reported by a reviewer of https://github.com/bkamins/JuliaForDataAnalysis/blob/main/ch13.jl 😄.
No branches or pull requests
When I run code:
I get warning:
but actually
fillstyle
is respected by GR backend.The text was updated successfully, but these errors were encountered: