Announcement

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

  • Connect X and Y axis

    Hi

    When I use scheme for twoway graph, such as white_tableau, etc, X axis is separated from Y axis.
    I just want to use color set from scheme and keep the X axis and Y axis connected.

    Is there any axis option to keep them connected?
    I just need 2 axis lines in X and Y axis position and don't want to have square line around the plotting area.

    Thank you in advance.




    Click image for larger version

Name:	Screen Shot 2022-07-23 at 21.14.55.jpg
Views:	1
Size:	24.3 KB
ID:	1674796

  • #2
    Code:
    set scheme white_tableau
    sysuse auto, clear
    scatter price mpg, plotregion(margin(0))

    Comment


    • #3
      Justin, Thank you so much!

      Comment

      Working...
      X