comment utiliser ggplot matplotlib

import numpy as np
import matplotlib.pyplot as plt

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