Announcement

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

  • Turn off axis lines in graph

    I've had a difficult time searching for a solution, and I am turning to the Statalist for help. I have a plot that I would like to turn off (or suppress) the yaxis line.

    Code:
    sysuse auto, clear
    twoway sc price mpg
    In the simple scatter plot above, how would I go about this?

  • #2
    After some more digging, I was looking in the wrong areas of things like --plotregion-, -graphregion- and -ylabel-.

    The solution is rather easy now that I found it: -yscale(lstyle(none))-

    Comment

    Working...
    X