7

I use PyCharm Community Edition with a dark background. When plotting in a Jupyter Notebook, the labels and the units of the axis are black on dark background, hence unreadable. Is there a way of changing the background color for the Jupyter Notebooks only?

1 Answer 1

3

I had the same problem. According to the below, it's not possible unfortunately.

https://intellij-support.jetbrains.com/hc/en-us/community/posts/205435570-Jupyter-notebook-ouput-appearance

Sign up to request clarification or add additional context in comments.

1 Comment

For matplotlib and darcula PyCharm theme I added the following line: ax.tick_params(axis='x', colors='white') for x, and for y axis you can do the same.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.