Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: 6-panel chart


From   "Nicholas Winter" <[email protected]>
To   <[email protected]>
Subject   st: RE: 6-panel chart
Date   28 Jul 2003 14:09:50 +0000

You can include "empty" graphs to space it out.  To create an empty
graph:

     graph using, saving(empty)

Then:

     graph using g1 g2 empty g3 g4 empty g5 g6 empty

You can gain more flexibility by getting into lower-level -gph-
programming, with the bbox() option.  I believe Nick Cox has a more
involved wrapper for that approach . . .

--Nick Winter

> -----Original Message-----
> From: Schimmelpfennig, Axel [mailto:[email protected]]
> Sent: Friday, March 01, 2002 2:25 PM
> To: '[email protected]'
> Subject: st: 6-panel chart
>
>
> I want to do a 6-panel chart with Stata that looks like this
> (portrait):
> 	X	X
> 	X	X
> 	X	X
>
> Instead, Stata only volunteers a chart that looks like this
> (landscape)
> 	X	X	X
> 	X	X	X
>
> Does anyone know how to entice Stata to deliver the portrait-type?
>
> Thanks,
> axel
>
>
> *
> *   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/


*
*   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