Announcement

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

  • X-axis in xtline

    Hi, this may be a trivial question, but I am having an issue with my graph using xtline where my plot is squished to the left side of the entire graph area. I tried below to no avail.

    Code:
    xtline adhpc, overlay legend(off) xscale(range(0 150))
    Essentially I want to magnify one area of the graph (left hand side) by scaling the x-axis to 1 to 150 instead of 1 to 500.

    Click image for larger version

Name:	graph1.PNG
Views:	1
Size:	97.2 KB
ID:	1581829
    Attached Files

  • #2
    Maybe:

    Code:
    xtline adhpc if days<150, overlay legend(off)

    Comment

    Working...
    X