Announcement

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

  • Where are user-written graph schemes stored (after installing them)?

    Where are user-written graph schemes stored (after installing them)? I installed the cleanplots scheme (Mize 2018) but I could not find them (except for the help file) in the normal ado folder. I am asking this question because I want to copy and past this scheme to the corresponding Stata subfolder in a virtual working environment that is disconnected from the internet and use the scheme there.

    The cleanplots command is provided by Trenton Mize and can be downloaded by typing
    net install cleanplots, from("https://tdmize.github.io/data/cleanplots")

    Thank you!

  • #2
    Use:
    Code:
    which scheme-cleanplots.scheme
    to identify where the scheme file is located.

    Also see: help which
    Last edited by Ali Atia; 20 Jul 2021, 21:55.

    Comment


    • #3
      Originally posted by Ali Atia View Post
      Use:
      Code:
      which scheme-cleanplots.scheme
      to identify where the scheme file is located.

      Also see: help which
      Thanks a lot Ali. I did find it in the s folder under Plus. I was previously looking only at the c folder (as the name is cleanplots) and did not realize it was put in the s folder.

      Comment

      Working...
      X