Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Exporting graphs to .eps - Title misaligned?


From   "Raymond Guiteras" <[email protected]>
To   [email protected]
Subject   st: Exporting graphs to .eps - Title misaligned?
Date   Tue, 10 Oct 2006 17:32:30 -0400

Hi, I am exporting stata graphs to eps so that I can incorporate them
in LaTeX files and find that the title is often slightly mis-aligned -
usually too far to the left.

Is there some way for me to correct this?

Details: I am using Stata 8.2 on Windows XP. Here are my sample commands

use auto, clear;
twoway scatter price mpg if foreign==1,
	title("Price vs. MPG among Foreign")
	note("Source: auto.dta")
	saving(TestingGraphics2, replace);
graph export TestingGraphics2.wmf, replace;
graph export TestingGraphics2.eps, replace;

Here are the graphs created:
http://web.mit.edu/guiteras/Public/TestingGraphics2.wmf
http://web.mit.edu/guiteras/Public/TestingGraphics2.gph
http://web.mit.edu/guiteras/Public/TestingGraphics2.eps


Please let me know if I can supply any more information or if any of
this is confusing.

Many thanks in advance
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index