Answers for "change fontsize for all graph in matplotlib jupyter notebook"

1

change matplotlib fontsize

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

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

change font size in jupyter notebook

!jt -t oceans16 -tf merriserif -tfs 14 -nf ptsans -nfs 14
Posted by: Guest on September-10-2021

Code answers related to "change fontsize for all graph in matplotlib jupyter notebook"

Python Answers by Framework

Browse Popular Code Answers by Language