# plt ``` import matplotlib.pyplot as plt # basic plotting plt.style.use('dark_background') ```