Hi....I was wondering if it is possible to increase the size of the graph that is displayed insider the border especially vertically as some the countries are hard to distinguish or is this fixed since the map is pre-produced. Also, is there a way to suppress the title for this map as if I don't specify a title, a title of World Population appears. Thanks.
goptions gunit=pct cback=white htitle=4 htext=3 border reset=all;
title Enrolment - Fall 2018;
proc sgmap mapdata = maps.world maprespdata = List114 plotdata = List114;
choromap IDName / mapid = id id = id;
text X = xc Y = yc text = IDName1 / textattrs = (weight = bold size = 1.5pct color = black );
run;