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

Add bgcolor argument #636

Closed
jbednar opened this issue Jul 9, 2021 · 1 comment
Closed

Add bgcolor argument #636

jbednar opened this issue Jul 9, 2021 · 1 comment
Labels
good first issue Good for newcomers type: enhancement New feature or request
Milestone

Comments

@jbednar
Copy link
Member

jbednar commented Jul 9, 2021

As far as I can tell, the Pandas .plot() API does not have a way to change the background color without dropping down to matplotlib. hvPlot appears to inherit this the same limitation. We can of course do .opts(bgcolor='black'), but I've found that in many examples that's the only use of .opts I have to resort to, and without it I wouldn't need to explain .opts. Can we have a bgcolor= argument to cover this case?

@jbednar jbednar added type: enhancement New feature or request good first issue Good for newcomers labels Jul 9, 2021
@ablythed ablythed added this to the 0.8 milestone Aug 9, 2021
@jlstevens jlstevens modified the milestones: 0.8, 0.81 Mar 7, 2022
@maximlt maximlt modified the milestones: 0.8.2, 0.8.3 Nov 30, 2022
@maximlt maximlt modified the milestones: 0.9.xx, 0.9.3 Apr 10, 2024
@maximlt
Copy link
Member

maximlt commented May 2, 2024

Implemented in #1308

@maximlt maximlt closed this as completed May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants