Yes, there is. Here is a minimal example. Feed it
a variable and values will go on horizontal lines
spaced from top to bottom. Some tuning with
marker_label_options will normally be essential,
but at the same time may be more than enough
to produce simple labels.
program justtext
version 8
syntax varname [if] [in] [, * ]
marksample touse, strok
tempvar y x
gen `y' = _n
gen `x' = 1
twoway scatter `y' `x' if `touse', ms(none) mlabel(`varlist') ///
plotregion(style(none)) ysc(reverse off) xsc(off) legend(off) ///
`options'
end
Nick
[email protected]
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]]On Behalf Of Nick Winter
> Sent: 26 May 2004 14:02
> To: Stata List
> Subject: st: possible to create a graph with only text in it?
>
>
> Hi all,
> Maybe I'm missing something obvious, but is there some way to
> create a
> graph that is completely blank, except that it includes text?
>
> Or, to get at what I really want to do, is there a way to
> place text into
> the blank spaces created by -graph combine-, with the holes() options?
>
*
* 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/