Posts by Vinicius Souza • 21 points
1 post
-
1
votes2
answers3658
viewsA: How to modify the font size of the axis in Python matplotlib.pyplot
plt.rcParams['xtick.labelsize'] = 16 plt.rcParams['ytick.labelsize'] = 16
pythonanswered Vinicius Souza 21