Using Notebook in PyCharm can be difficult to read, but use the following code to improve

from matplotlib import pyplot
pyplot.style.use('dark_background')
Copy the code