Answers for "how to change dark style in matplotlib"

1

matplotlib dark mode

import matplotlib.pyplot as plt

plt.style.use('dark_background')
Posted by: Guest on September-06-2020

Code answers related to "how to change dark style in matplotlib"

Python Answers by Framework

Browse Popular Code Answers by Language