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]
st: get rid of small dots at textboxes when using two yxais
From
Oliver Jones <[email protected]>
To
[email protected]
Subject
st: get rid of small dots at textboxes when using two yxais
Date
Wed, 20 Jun 2012 11:17:06 +0200
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/