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
Thank you for reporting. I could only reproduce this by using the following code:
import matplotlib.pyplot as plt
plt.style.use(['dark_background'])
It might be that the pandas_profiling.mplstyle is not loaded, which contains figure.facecolor: white. You could try to explicitly set the figure.facecolor. Is there any clue as to whether other packages/pieces of code change the style?
you for your reply.
I seem to have found the cause of the problem.I am executing my python code in vs code,but I am using interactive mode.Probably because vs code forced the color to be modified.When I call python normally, everything works fine.
Describe the bug
The background color of the chart is black。
Version information:
Version information.txt
my code is:
Thank you!
The text was updated successfully, but these errors were encountered: