Announcement

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

  • grmap dashed highlight

    Hi,

    I'm generating a county level map and I want to fill some counties with dashed lines. I'm using grmap command to create the map. I'd appreciate it if anyone can help how I can make some counties dashed highlight.

    Bests,

  • #2
    Any idea?

    Comment


    • #3
      Saber Feizy

      Code:
      use "Italy-RegionsData.dta", clear
      
      //dashed borders for 2 category
      grmap  relig1 using "Italy-RegionsCoordinates.dta" , id(id)  op(solid dash solid ..) /// 
        osize(none thin none ..)
      Click image for larger version

Name:	dash_map.png
Views:	1
Size:	47.9 KB
ID:	1721433

      Comment

      Working...
      X