Answers for "dark theme matplotlib"

1

matplotlib dark mode

import matplotlib.pyplot as plt

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

Python Answers by Framework

Browse Popular Code Answers by Language