I want to make the legend 'bold' I also want to change the font style of the legend like times new roman etc.
plt.gca().legend(('Experimental Values','Simulated Values'))
params = {'legend.fontsize': 15, 'legend.handlelength': 1}
plot.rcParams.update(params)
plt.figure(figsize=(6,6))