You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 abgcolor=
argument to cover this case?The text was updated successfully, but these errors were encountered: