I'm hoping for some advice in trouble shooting. I'm having trouble export svg files - my layers keep disappearing (I think). I tried to create an example but it worked perfectly, so now I'm just confused. The below code creates a histogram in an svg file that displays fine on Word.
Code:
sysuse lifeexp twoway (histogram lexp if region == 2, fcolor(ebblue) frequency) /// (histogram lexp if region!=2, fcolor(purple%50) frequency) graph export "$graphs/mygraph.svg", replace
Code:
twoway (histogram dob_y, fcolor(ebblue) frequency ) /// (histogram dob_y if mar==1, fcolor(purple) frequency ) graph export "$graphs/freq_byAge.svg", replace
Array
0 Response to svg layers disappearing
Post a Comment