Announcement

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

  • csdid_plot command from csdid package

    Hello, I am trying to change the scale of the vertical axis and when using the ylabel() option I get the following message:
    option ylabel() not allowed

    Maybe someone knows inside this csdid package what is the option that allows me to change the scale on the vertical axis.


    Thanks.
    Attached Files

  • #2
    Hi Katherine
    You are correct. Im planning to provide an update to csdid_plot and add more options that manipulate the graph itself. In the mean time, can you provide some more details on what is what you want to do?
    Or contact me by email, so i can direct you to where exactly the command is making this plots (it may be easier to modify that directly)
    Thank you
    F

    Also, you can use -addplot- (ssc install addplot) to modify the graph
    For example:

    if you open the graph (so its the active one), you can do:

    addplot: , ylabel(,labsize(tiny)) legend(order(1 "Pre Treatment" 3 "Post Treatment"))

    HTH
    F
    Last edited by FernandoRios; 15 Jun 2022, 09:59.

    Comment

    Working...
    X