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

Re: st: scatter using jitter()


From   [email protected] (Jean Marie Linhart, StataCorp.)
To   [email protected]
Subject   Re: st: scatter using jitter()
Date   Mon, 10 Feb 2003 13:57:28 -0600

Nick Cox wrote (in a message titled Oneway Graph):

> In turn, I have a question:
>
> In playing around, I tried
>
> . scatter rep78 mpg, yscale(reverse) jitter(1)
>
> and I get no data points shown.
> 
> ??? Anyone confirm that? Able to explain it?

If you are curious, try

. scatter rep78 mpg, yscale(range(-2 10) reverse) jitter(1)

and you will see your data points.

It turns out this is a bug, already fixed, and the fix will go out with the
next update.

--Jean Marie
[email protected]
*
*   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