Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Batistical Analysis

    Happy Halloween
    Code:
    cap preserve
    drop _all
    set seed 7
    set obs 15
    g y=uniform()
    g x=uniform()
    g m="🦇"
    tw sc y x, graphr(c(purple)) plotr(c(black)) msy(i) mla(m) mlabp(0) mlabs(*15) ysc(r(-.2 1.2)) xsc(r(-.2 1.2) noli) yla("",nog) xla("") yti("y",s(*1.5) orient(hor)) xti("x",s(*1.5)) sch(sj)
    restore

  • #2
    Very cute. But on my screen I need -- plotr(c(white)) -- to see something (not figured out next change to make it better).

    Comment


    • #3
      set obs 7 or 8 is also better on my screen.
      Thanks for an entertaining brief interlude.

      Comment

      Working...
      X