Jak używać Matplotlib GGplot

import numpy as np
import matplotlib.pyplot as plt

plt.style.use('ggplot')
Doubtful Duck