ggplot axis label size code example
Example 1: label size matplotlib
plt.xlabel("Time (s)", fontsize = 40)
Example 2: ggplot legend size
plot + theme(legend.key.size = unit(2, "cm"))
plt.xlabel("Time (s)", fontsize = 40)
plot + theme(legend.key.size = unit(2, "cm"))