I like white plotting background. So, to make it white, I have to set the graph region color option for every plot manually.

For example:


Code:
sysuse mpg
twoway (scatter mpg weight, graphregion(fcolor(white)))

I would like to set the
Code:
graphregion(fcolor(white))
option permanently for Stata. Is there any way to do that?