BookmarkSubscribeRSS Feed
twildone
Pyrite | Level 9

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;
1 REPLY 1
ChrisNZ
Tourmaline | Level 20

1. Have you tried this?

   ods graphics on / width=6in;
   ods graphics on / height=4in;
   ods graphics on / width=4cm height=3cm;

 

2.This is invalid syntax:

title Enrolment - Fall 2018;

 The title text must be quoted.

 

3. This suppresses titles :

title ;

 

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 522 views
  • 0 likes
  • 2 in conversation