Announcement

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

  • Adding Labels to the X Axis of a coefplot

    Hello!

    I have nine models (three in each plot) being plotted using the coefplot command. Here is my stata code: coefplot A B C || D E F || G H I, drop(_cons) xline(0) grid(none)

    I want the top left plot to ALSO have labels along the bottom instead of sharing them with the plot in the bottom left. Does anyone know how to add x axis labels to this particular plot so all three have their own?

    Attached is the output/image.

    Thank you in advance!
    Click image for larger version

Name:	GraphTest.png
Views:	1
Size:	23.3 KB
ID:	1770036



  • #2
    coefplot is from SSC (FAQ Advice #12). There is no data example to illustrate code, but coefplot accepts twoway options, so see the option -ixaxes- in

    Code:
    help by_option
    for how to do this in a twoway-type graph. Post with a reproducible example if you are unable to make progress.

    Comment

    Working...
    X