grandAvg_forg.plot(...)
like most MNE plotting function returns the figure. As @alexrockhill said, you can assign it to a variable. fig = grandAvg_forg.plot(...)
and then work on this fig
variable to further customize the plot to your liking.
Best,
Mathieu