Hi, listers
I created a picture:
sysuse sp500, clear
scatter open close, msize(*.25) mcolor(*.6) ||
function y=x, range(close) yvarlab("y=x") clwidth(*1.5)
and saved Stata graph file as .gph, .emf, and wmf. Then pasted these pictures into a Ms Word, then the word file was saved as a PDF file. I found the labels in the yaxis of the pictures in PDF file are missing. if I saved the pictures as .tiff, .ps, .eps, format, everything is ok.
Is it a bug?
I created a picture:
sysuse sp500, clear
scatter open close, msize(*.25) mcolor(*.6) ||
function y=x, range(close) yvarlab("y=x") clwidth(*1.5)
and saved Stata graph file as .gph, .emf, and wmf. Then pasted these pictures into a Ms Word, then the word file was saved as a PDF file. I found the labels in the yaxis of the pictures in PDF file are missing. if I saved the pictures as .tiff, .ps, .eps, format, everything is ok.
Is it a bug?
Comment