<?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: ODS HTML- screen resolution in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119149#M4586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is harder to diagnose without some data.&amp;nbsp; The code wants to find good round numbers for the axis.&amp;nbsp; Adding a XAXIS VALUES option that includes your min and max values and other values helped with sashelp.cars.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Aug 2013 16:01:50 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2013-08-24T16:01:50Z</dc:date>
    <item>
      <title>ODS HTML- screen resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119140#M4577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using ODS html to produce completely &lt;STRONG&gt;static&lt;/STRONG&gt; html reports ( text/tables/images) that a manager access through a link ( sample&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;&lt;A href="http://www.metrics-institute.com/avibenita/Demo/NICE2013/ReportsTest/Level-Directors-Units/11111-TestResolution/"&gt;link&lt;/A&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that each manager uses a different laptop/desktop screen size/resolution and what happens is that on smaller sizes/resolution the report tends to badly overflow the screen edges&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea for a non expert related web issues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Abe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 07:42:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119140#M4577</guid>
      <dc:creator>EzPaste</dc:creator>
      <dc:date>2013-08-22T07:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML- screen resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119141#M4578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With SAS/Graph, the only 2 solutions I see are ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create the graphs so they will fit on the smallest screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Create multiple versions of the reports, to accommodate different screen sizes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 13:19:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119141#M4578</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-08-22T13:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML- screen resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119142#M4579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would another export format such as PDF or RTF be acceptable? Those folks should be used to viewing other files than html that don't try to scale as much auotmatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 14:46:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119142#M4579</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-08-22T14:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML- screen resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119143#M4580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. The ask for html&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 15:07:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119143#M4580</guid>
      <dc:creator>EzPaste</dc:creator>
      <dc:date>2013-08-22T15:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML- screen resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119144#M4581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure of your SAS version, but a great solution for your situation is to generate the output as SVG in the HTML page instead of an image. That way, the contents will resize to the size of the browser container. Here is a simple example for you to try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html file="test.html";&lt;/P&gt;&lt;P&gt;ods graphics / imagefmt=svg;&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.class;&lt;/P&gt;&lt;P&gt;vbar age;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 16:41:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119144#M4581</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2013-08-22T16:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML- screen resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119145#M4582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Extremely promising! Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 20:31:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119145#M4582</guid>
      <dc:creator>EzPaste</dc:creator>
      <dc:date>2013-08-22T20:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML- screen resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119146#M4583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an issue with the svg format. Axis seems to start always at 0 no mater the min and max axis statement (sgplot); For many situations , it is not practical. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;Abe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Aug 2013 07:46:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119146#M4583</guid>
      <dc:creator>EzPaste</dc:creator>
      <dc:date>2013-08-24T07:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML- screen resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119147#M4584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not a function of svg -- it is probably just a minor coding issue. Can you send a snippet of code showing the graph you are trying to create?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Aug 2013 14:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119147#M4584</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2013-08-24T14:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML- screen resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119148#M4585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS GRAPHICS / RESET IMAGENAME = 'eee106' IMAGEFMT =svg&amp;nbsp;&amp;nbsp; noborder&amp;nbsp;&amp;nbsp;&amp;nbsp; ; &lt;/P&gt;&lt;P&gt;ods html file="eee106.html"&amp;nbsp; path="C:\"&amp;nbsp; gpath="C:\Graphs" (url="Graphs/") nogtitle&amp;nbsp; style=normal&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; &lt;/P&gt;&lt;P&gt;proc sgplot data=IndicAvgVsOthers ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; hbar&amp;nbsp; itemName/ STAT= mean group=entity&amp;nbsp;&amp;nbsp; response=score&amp;nbsp;&amp;nbsp; groupdisplay=cluster DATALABEL transparency=0.1 nooutline&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xaxis&amp;nbsp; MAX= 5 MIN=2 grid display=(nolabel ) grid;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; keylegend / title='';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; format score 5.2;&lt;/P&gt;&lt;P&gt;yaxis display=(nolabel noticks) discreteorder=data valueattrs=(size=11) grid;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Aug 2013 15:11:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119148#M4585</guid>
      <dc:creator>EzPaste</dc:creator>
      <dc:date>2013-08-24T15:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML- screen resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119149#M4586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is harder to diagnose without some data.&amp;nbsp; The code wants to find good round numbers for the axis.&amp;nbsp; Adding a XAXIS VALUES option that includes your min and max values and other values helped with sashelp.cars.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Aug 2013 16:01:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119149#M4586</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-08-24T16:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML- screen resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119150#M4587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried also with sashelp.class but continue to get the below image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html file="c:/test.html"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gpath="c:/graphs";&lt;/P&gt;&lt;P&gt;ods graphics / imagefmt=svg;&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.class;&lt;/P&gt;&lt;P&gt;hbar&amp;nbsp; name/ STAT= mean group=sex&amp;nbsp;&amp;nbsp; response=Weight&amp;nbsp;&amp;nbsp; groupdisplay=cluster DATALABEL transparency=0.1 nooutline name="MYCHART"&amp;nbsp; barwidth=1;&lt;/P&gt;&lt;P&gt;xaxis min=40;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="24-08-2013 20-43-00.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4077_24-08-2013 20-43-00.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Aug 2013 17:44:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119150#M4587</guid>
      <dc:creator>EzPaste</dc:creator>
      <dc:date>2013-08-24T17:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML- screen resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119151#M4588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is correct.&amp;nbsp; X axis min is 40.&amp;nbsp; There is no tick and value at '40' because the computed tick interval is 25.&amp;nbsp; You can change that by setting the VALUES option.&amp;nbsp; Note VALUESHINT option.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;hbar&amp;nbsp; name/ STAT= mean group=sex&amp;nbsp;&amp;nbsp; response=Weight&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; groupdisplay=cluster DATALABEL transparency=0.1 nooutline barwidth=1;&lt;/P&gt;&lt;P&gt;xaxis min=40 values=(40 to 150 by 20) valueshint;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;IMG alt="EZPaste.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4078_EZPaste.png" width="450" /&gt;&lt;/SPAN&gt;proc sgplot data=sashelp.class;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Aug 2013 19:04:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119151#M4588</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-08-24T19:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML- screen resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119152#M4589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use your code but continue to get the incorrect chart on sas 9.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 05:36:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119152#M4589</guid>
      <dc:creator>EzPaste</dc:creator>
      <dc:date>2013-08-25T05:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML- screen resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119153#M4590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just used your code and changed the XAXIS statement.&amp;nbsp; Also, the image you attached has a weird bar color extending to underneath the tick values on the Y axis.&amp;nbsp; I don't know what is causing that.&amp;nbsp; It is easier to help if you include your full program with code and data.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 14:56:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119153#M4590</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-08-25T14:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML- screen resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119154#M4591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That code worked for me on SAS 9.3 on Unix.&amp;nbsp; I took out the PROC PRINT but added a RUN to close the PROC SGPLOT.&lt;/P&gt;&lt;P&gt;What browser are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 17:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-screen-resolution/m-p/119154#M4591</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-08-25T17:36:26Z</dc:date>
    </item>
  </channel>
</rss>

