Statalist The Stata Listserver


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

Re: st: ylab is truncated


From   "Sergio Correia" <[email protected]>
To   [email protected]
Subject   Re: st: ylab is truncated
Date   Fri, 15 Dec 2006 04:00:10 -0500

A number of alternatives exist (I'm sure better ones will be found):

1) set the -scale- option of the Y-Axis to go from 0 to a number
larger than 1000 so that it will fit. For example,

yscale(range(0 1500))

2) Specify a title for your graph, it may add enough space so that the
last 0 will fit.

3) Change the angle of the labels to horizontal:

ylab(10 100 1000,  angle(horizontal) labsize(*2))



Pick the one that fits best (I would pick the first one)

Regards,
Sergio

On 12/15/06, Yoshiro Nagao <[email protected]> wrote:
Dear All,

I am sorry for repeated questions.

As an option to "scatter" command,
ylab(10 100 1000,labsize(*2))
as ordered, to expand the size of y-label.

However, the last "0" of 1000
is truncated.

How can the size of graph window
be expanded?

Yoshiro Nagao
Osaka University

--------------------------------------
Start Yahoo! Auction now! Check out the cool campaign
http://pr.mail.yahoo.co.jp/auction/

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