Answers for "change letter font and size matplotlib"

1

change matplotlib fontsize

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

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

Code answers related to "change letter font and size matplotlib"

Python Answers by Framework

Browse Popular Code Answers by Language