Hello,
I am exporting a graph from STATA into an .eps format to be used in Illustrator using
When I open the graph in Illustrator the image is very very small and also all of the lines on the graphs come out very thick and the dots in the scatter plot are tiny.
Is there a way to change this so that the graphs come out exactly how they look on STATA into Illustrator?
Thank you
I am exporting a graph from STATA into an .eps format to be used in Illustrator using
Code:
graph export "Figure_`obj'.eps" , replace
Is there a way to change this so that the graphs come out exactly how they look on STATA into Illustrator?
Thank you