<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic re: increase vertical displayed graph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/re-increase-vertical-displayed-graph/m-p/500815#M17079</link>
    <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;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;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 02 Oct 2018 15:43:09 GMT</pubDate>
    <dc:creator>twildone</dc:creator>
    <dc:date>2018-10-02T15:43:09Z</dc:date>
    <item>
      <title>re: increase vertical displayed graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/re-increase-vertical-displayed-graph/m-p/500815#M17079</link>
      <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;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;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Oct 2018 15:43:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/re-increase-vertical-displayed-graph/m-p/500815#M17079</guid>
      <dc:creator>twildone</dc:creator>
      <dc:date>2018-10-02T15:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: re: increase vertical displayed graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/re-increase-vertical-displayed-graph/m-p/503980#M17171</link>
      <description>&lt;P&gt;1. Have you tried this?&lt;/P&gt;
&lt;PRE&gt;   ods graphics on / width=6in;
   ods graphics on / height=4in;
   ods graphics on / width=4cm height=3cm;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.This is invalid syntax:&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token statement"&gt;title&lt;/SPAN&gt; Enrolment &lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt; Fall &lt;SPAN class="token number"&gt;2018&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;The title text must be quoted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. This suppresses titles :&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token statement"&gt;title&lt;/SPAN&gt; &lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Oct 2018 04:14:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/re-increase-vertical-displayed-graph/m-p/503980#M17171</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-10-13T04:14:14Z</dc:date>
    </item>
  </channel>
</rss>

