Announcement

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

  • #31
    New package release:

    trimap for making tri-variate maps by combining all features of geplot (by Ben Jann) and ternary (see above post): https://github.com/asjadnaqvi/stata-trimap


    trimap_banner.png

    Comment


    • #32
      thanks Asjad for the trimap package.

      However , not able to install ternary. Anyone else have this bug?

      Code:
      . ssc install palettes, replace
      checking palettes consistency and verifying not already installed...
      all files already exist and are up to date.
      
      . 
      . ssc install colrspace, replace
      checking colrspace consistency and verifying not already installed...
      all files already exist and are up to date.
      
      . 
      . ssc install moremata, replace
      checking moremata consistency and verifying not already installed...
      all files already exist and are up to date.
      
      . ssc install ternary, replace
      ssc install: "ternary" not found at SSC, type search ternary
      (To find all packages at SSC that start with t, type ssc describe t)

      Comment


      • #33
        Luis Pecht it is not on SSC yet. I have sent it though so it will be eventually show up

        For now you can install it using:

        Code:
        net install ternary, from("https://raw.githubusercontent.com/asjadnaqvi/stata-ternary/main/installation/") replace

        Comment


        • #34
          same for trimap:
          Code:
          net install trimap, from("https://raw.githubusercontent.com/asjadnaqvi/stata-trimap/main/installation/") replace

          Comment

          Working...
          X