I made a scatterplot and saved it as "Reading graph". After this I exported the file as a PDF. Then I used the command: graph export "Reading Graph.pdf", as (pdf) replace.
How can I fix this error?
How can I fix this error?
scatter y1 y2 y3 y4 y5 y6 x, /// ytitle("Proportion" " ", color(black)) /// ylabel(#7, labcolor(black)) scheme(s2mono) /// xtitle(" " "Proportion") /// sort(collprop) ylabel(0(.05).3) /// msymbol(o o o o o o) msize(large large large large large large) /// mcolor(538b 538r 538g 538y 538m 538o) /// lcolor(538b 538r 538g 538y 538m 538o) /// xlabel(0.08(.04).4, labcolor(black)) connect(l l l l l l l l l l l) /// lwidth(thick thick thick thick thick thick) /// legend(order(1 "y1" 2 "y2" 3 "y3" 4 "y4" 5 "y5" 6 "y6")) graph save "Q:\postdoc\horowit1\Academic Files Spring 2012\APC Jobs\Graphing Results\core.gph", replace
graph export "C:\OneDrive\Z\mild_T1.png", as(png) name("mild_T1") replace
could not find Graph window r(693)
graph export "C:\ OneDrive\Z\mild_T1.png", as(png) name("Graph") replace
graph export "C:\OneDrive\Z\mild_T1.png", as(png) name("mild_T1") replace
Comment