Statalist The Stata Listserver


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

st: -graph bar, over-: problem with string vars and quotes


From   Friedrich Huebler <[email protected]>
To   [email protected]
Subject   st: -graph bar, over-: problem with string vars and quotes
Date   Fri, 9 Feb 2007 08:38:58 -0800 (PST)

I use Stata 8.2. My data contains long strings that sometimes begin
with quote marks. I use these string variables to define the groups
in -graph bar, over-. When the first word in a string is enclosed in
quote marks, the quotes disappear from the labels and the labels
themselves are broken up into more than one line. The effect can be
reproduced with the auto data.

sysuse auto, clear
sort make
gen n = _n
replace make = `""AMC Concord""' if make == "AMC Concord"
replace make = `""AMC" Pacer"' if make == "AMC Pacer"
replace make = `"AMC "Spirit""' if make == "AMC Spirit"
graph hbar mpg if n<5, over(make)

The AMC Pacer label should have quotes around "AMC". Instead, the
quotes are gone and the words AMC and Pacer are in two separate
lines. The labels for AMC Concord and AMC Spirit are drawn as
expected. Because of the nature of my data the labels should be
written in one line and with all quote marks. How can this be
accomplished?

Friedrich Huebler


 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com
*
*   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