|
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: Problem with a series of combined graphs
Maarten,
Thanks very much for your reply and suggestion.
Your suggestion solves the problem if one
wants one combined graph with every single member.
But I want a series of separate combined graphs,
each one containing a pair of graphs (e.g., Domestic
and Foreign) but having one be blank when one of the
pairs is irrelevant. (Each combined graph will be
on a separate page in a document.)
I previously tried to use -holes()- to create the
desired graphs, but I didn't find the solution.
Anyone have any other suggestions?
Dave Harless
Maarten buis wrote:
--- "David W. Harless" <[email protected]> wrote:
I am trying to make a series of combined graphs with
the identical layout. But, in some circumstances,
one of the graph pairs being combined is irrelevant,
and I want to exclude the irrelevant graph but have
the relevant member of the pair appear with the
identical layout of other graphs in the series.
What about this:
*------------------ begin example ----------------------
sysuse auto, clear
scatter price mpg, ///
by(rep78 foreign, cols(5) holes(6 7) ///
note("") compact )
*--------------------- end example ---------------------
(For more on how to use examples I sent to the Statalist, see
http://home.fsw.vu.nl/m.buis/stata/exampleFAQ.html )
Hope this helps,
Maarten
-----------------------------------------
Maarten L. Buis
Department of Social Research Methodology
Vrije Universiteit Amsterdam
Boelelaan 1081
1081 HV Amsterdam
The Netherlands
visiting address:
Buitenveldertselaan 3 (Metropolitan), room Z434
+31 20 5986715
http://home.fsw.vu.nl/m.buis/
-----------------------------------------
___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.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/
*
* 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/