<?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: Editing ODS Graphics in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Editing-ODS-Graphics/m-p/439428#M15159</link>
    <description>&lt;P&gt;You can use the ODS Graphics Editor to do it. Check out this paper from Sanjay for more details:&amp;nbsp;&lt;A href="http://www2.sas.com/proceedings/forum2008/235-2008.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2008/235-2008.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2018 19:49:07 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2018-02-22T19:49:07Z</dc:date>
    <item>
      <title>Editing ODS Graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Editing-ODS-Graphics/m-p/439395#M15154</link>
      <description>&lt;P&gt;So, I am trying to analyze ordinal data for a virus study, wheat streak mosaic virus (WSMV). The ordinal severity scores ranged from 1 (no viral symptoms) to 5 (severe chlorosis/death). Two cultivars/varieties were inoculated with three MSMV isolates. The following SAS code was used:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc Logistic descending data = DAL4 Plots = All;&lt;BR /&gt;Class GH Rep Cultivar Inoculum PR;&lt;BR /&gt;Model ViralScore = Cultivar | Inoculum / rsquare CLodds = PL;&lt;BR /&gt;oddsratio Cultivar;&lt;BR /&gt;oddsratio Inoculum / at (Cultivar = All);&lt;BR /&gt;Run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are some cool ODS graphs in the output that I would like to include in a report. However, the fonts are too small. Is there a way that I can change the font sizes and re-position the legends on the graphs?&lt;/P&gt;&lt;P&gt;Yours logistic novice!&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV class="c"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 18:33:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Editing-ODS-Graphics/m-p/439395#M15154</guid>
      <dc:creator>DNYabs</dc:creator>
      <dc:date>2018-02-22T18:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Editing ODS Graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Editing-ODS-Graphics/m-p/439398#M15155</link>
      <description>&lt;P&gt;Yes.&amp;nbsp; Here are two of the many resources on the web.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_odsgraph_toc.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_odsgraph_toc.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_templt_toc.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_templt_toc.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This section talks about fonts.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_kaplan_sect045.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_kaplan_sect045.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 18:37:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Editing-ODS-Graphics/m-p/439398#M15155</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2018-02-22T18:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Editing ODS Graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Editing-ODS-Graphics/m-p/439422#M15158</link>
      <description>&lt;P&gt;Thanks for your response Warren, I was looking more at editing the already produced figures than coding or re-coding. Is no way to edit an already produced figure in SAS 9.4?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 19:40:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Editing-ODS-Graphics/m-p/439422#M15158</guid>
      <dc:creator>DNYabs</dc:creator>
      <dc:date>2018-02-22T19:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Editing ODS Graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Editing-ODS-Graphics/m-p/439428#M15159</link>
      <description>&lt;P&gt;You can use the ODS Graphics Editor to do it. Check out this paper from Sanjay for more details:&amp;nbsp;&lt;A href="http://www2.sas.com/proceedings/forum2008/235-2008.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2008/235-2008.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 19:49:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Editing-ODS-Graphics/m-p/439428#M15159</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-02-22T19:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Editing ODS Graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Editing-ODS-Graphics/m-p/439467#M15160</link>
      <description>&lt;P&gt;Of course &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15130"&gt;@DanH_sas&lt;/a&gt;&amp;nbsp;is correct.&amp;nbsp; Remember though, if you always want the same kinds of changes, you can make them once in the templates, or you can make them every time using the graph editor.&amp;nbsp; Both are extremely useful.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 21:13:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Editing-ODS-Graphics/m-p/439467#M15160</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2018-02-22T21:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Editing ODS Graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Editing-ODS-Graphics/m-p/439513#M15168</link>
      <description>&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;This worked for what I needed to achieve. Although I could not change the fonts for both axes individually this approach was pretty good. I have always appreciated SAS for its versatility as a statistical tool. Not so much for auto-generated graphics resolution. I presume studio generates better graphics/figures?&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 23:08:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Editing-ODS-Graphics/m-p/439513#M15168</guid>
      <dc:creator>DNYabs</dc:creator>
      <dc:date>2018-02-22T23:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Editing ODS Graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Editing-ODS-Graphics/m-p/439515#M15169</link>
      <description>&lt;P&gt;Hi Warren,&lt;/P&gt;&lt;P&gt;Thanks for the links. I will use those to learn a little bit more. I usually get these graphics in my proc glimmix, mixed and glm's LASSO and such. Knowing how to edit those and make them a little bit more presentable would be awesome.&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 23:17:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Editing-ODS-Graphics/m-p/439515#M15169</guid>
      <dc:creator>DNYabs</dc:creator>
      <dc:date>2018-02-22T23:17:46Z</dc:date>
    </item>
  </channel>
</rss>

