Python mengatur ketebalan grid

thickness = 2
plt.Axes.grid(color='r', linestyle='-', linewidth=thickness)
Intempestive Al Dente