Have you ever wanted to create matplotlib plot in dark mode? If so, use matplotx.
For example, to use Dracula style, add plt.style.use(matplotx.styles.dracula)
to the code.
Google Colab notebook of the code above.
Find other styles that matplotx supports here.