BrianaKay

Results 2 comments of BrianaKay

I figured it out, the second that I actually posted the comment. That's how it goes, you finally ask for help and then don't need it. I actually had another...

plt.figure(2) plt.figure(figsize=(20,20)) SMALL_SIZE = 10 MEDIUM_SIZE = 20 BIGGER_SIZE = 15 plt.rc('font', size=MEDIUM_SIZE) # controls default text sizes plt.rc('axes', titlesize=MEDIUM_SIZE) # fontsize of the axes title plt.rc('axes', labelsize=MEDIUM_SIZE) # fontsize...