jupyter notebook plot background dark theme code example
Example: jupyter notebook plot background dark theme
copiedimport matplotlib.pyplot as plt
plt.style.use('dark_background')
copiedimport matplotlib.pyplot as plt
plt.style.use('dark_background')