Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


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

Re: st: get rid of small dots at textboxes when using two yxais


From   Phil Clayton <[email protected]>
To   [email protected]
Subject   Re: st: get rid of small dots at textboxes when using two yxais
Date   Wed, 20 Jun 2012 19:03:28 +0930

I can't reproduce this in Stata/IC 12.1 for Mac or Windows.

Have you updated your Stata to the latest version?

Phil

On 20/06/2012, at 6:47 PM, Oliver Jones wrote:

> Hello everybody,
> 
> I just encountered a problem with my textboxes when using two yaxis.
> At the left bottom corner there appears a small dot that I don't want to be there.
> 
> Here is a small example using the xtline1 dataset:
> 
> ******** begin example ***********
> sysuse xtline1, clear
> 
> sum day
> keep if day > 15650
> 
> reshape wide calories, i(day) j(person)
> 
> tw (scatter calories1 day, connect(l)) ///
>   (scatter calories2 day, connect(l) yaxis(2)), ///
>   text(3720 15690 "Person 1" 3660 15690 "Person 2")
> 
> ********* end example ***********
> 
> Kind regards
> Oliver Jones
> *
> *   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–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index