谢谢,解决了。
解决修改stata默认图片背景颜色的方法总结下:
第一种方法,在图形上点击“Start Graph Editor”--"graph region properties"--"region"--"colour",选择“White”
第二种方法,在命令后增加限定颜色的表达式, 在相应命令最后面加上graphregion(fcolor(white) lcolor(white))
举例:
sysuse auto
twoway (scatter price weight), graphregion(fcolor(green))
twoway (scatter price weight), graphregion(fcolor(white) lcolor(white))