Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: Re: RE: creating a text slide


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: Re: RE: creating a text slide
Date   Sun, 28 Jun 2009 11:27:58 +0200

<>


I think Joseph`s code is missing one forward slash at the end of the first line.

Just out of curiosity, as I have never wished Stata could produce "an empty slide", what is this thing good for?

HTH
Martin
_______________________
----- Original Message ----- From: "Joseph Coveney" <[email protected]>
To: <[email protected]>
Sent: Sunday, June 28, 2009 6:03 AM
Subject: st: RE: creating a text slide


Walter R. Paczkowski wrote:

I R, I typically create a text slide by first creating a plot that has
the x axis run from 0 to 1 and the y axis run from 0 to 1.  Then I
suppress the axes and any labels so that I visually have a blank page
but with the axes specified.  I then add text at different x-y
coordinates to get the slide I want.  This method works well for my
purposes.  How can I do the same in Stata?  Basically, create a blank
slide with both axes running from 0 to 1, suppress the axes and add text
where I want.

--------------------------------------------------------------------------------

Something like the following will get you a basic blank page.

graph twoway scatteri 1 1, msymbol(none) yscale(off) ylabel(0(1)1) //
   xscale(off) xlabel(0(1)1)

You'd use textboxes to craft and position your text (-help textbox_options-).

I haven't really used this approach or even considered it before, and so what's
above is probably naïve and could be simplified.

Joseph Coveney



*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   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