-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
color
option does not work
#3559
Comments
Try |
Usually 'color' is an alias for setting both the fill and line colors, so I'm surprised this doesn't work. |
The problem here is the default definition, options.Distribution = Options(
'style', fill_color=Cycle(), line_color='black', fill_alpha=0.5,
muted_alpha=0.2
) There are a number such issues which should be addressed. In this case I would suggest changing |
I got it. Thank you all for the answers! |
Thanks for closing, but this is definitely a bug and should be fixed. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi! The code below produces two plots colored in the default blue. Am I missing something?
macOS: 10.14.3
HoloViews: 1.11.3
NumPy: 1.16.2
Bokeh: 1.0.4
JupyterLab: 0.35.4
The text was updated successfully, but these errors were encountered: