Answers for "plt text size of axis"

3

label size matplotlib

plt.xlabel("Time (s)", fontsize = 40)
Posted by: Guest on July-01-2020
1

change matplotlib fontsize

font = {'family' : 'normal',
        'weight' : 'bold',
        'size'   : 22}

matplotlib.rc('font', **font)
Posted by: Guest on April-02-2020

Python Answers by Framework

Browse Popular Code Answers by Language