# ...
plt.legend()
plt.savefig(f"{d['Country'].iat[0]}_plot.png")
# ...