<?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: Saving higher resolution graphics in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-higher-resolution-graphics/m-p/24883#M4155</link>
    <description>I suspect the lines are still one pixel thick, which at 800 DPI makes them 1"/800 thick. Have you tried changing axis width?</description>
    <pubDate>Mon, 08 Mar 2010 22:43:01 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2010-03-08T22:43:01Z</dc:date>
    <item>
      <title>Saving higher resolution graphics</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-higher-resolution-graphics/m-p/24880#M4152</link>
      <description>After modifying the device drivers, finally am getting higher resolution on my graphics files.  My main problem now is there seems to be a whole layer of the image (PROC BOXPLOT, and GPLOT, GCHART) missing from the output.  The plot axes are black and visible on the screen but either missing or white or possibly hidden (?) on the .tiff file.  I imported one into powerpoint and could just make out a faint outline.  Also affected are the bars / fences on boxplots, lines from an annotate dataset (but not the text).  I can get around it by doing an 'export as image' which is OK once in a while but not very automated.  Any advice would be appreciated - or any other tips on improving the resolution on gif / jpeg / tiff files.</description>
      <pubDate>Wed, 11 Jun 2008 18:25:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-higher-resolution-graphics/m-p/24880#M4152</guid>
      <dc:creator>sullivan0822</dc:creator>
      <dc:date>2008-06-11T18:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Saving higher resolution graphics</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-higher-resolution-graphics/m-p/24881#M4153</link>
      <description>Sullivan, &lt;BR /&gt;
With no code, the reader have no idea of what you have tried.&lt;BR /&gt;
As in graphic matter, the environment is important what can we conclude about your try&lt;BR /&gt;
-are you working outside any ods? probably&lt;BR /&gt;
-were you utilizing the target in place of device goptions in order to see the 'raw but real' appearance of your ourput   &lt;BR /&gt;
-but tiff is surprising except if you have precisely indicate some dimension for your graph&lt;BR /&gt;
  as vsize and hsize&lt;BR /&gt;
- about resolution  take a look at Phil Mason  text at the end &lt;BR /&gt;
&lt;A href="http://www.cmg.org/measureit/issues/mit48/m_48_11.html" target="_blank"&gt;http://www.cmg.org/measureit/issues/mit48/m_48_11.html&lt;/A&gt;&lt;BR /&gt;
but perhaps as you were speaking about 'modifying device drivers' you know this already.&lt;BR /&gt;
&lt;BR /&gt;
In any case, even if your try was of high level, it could interest some graphical sasuser with practice  to see  how you already got results, before any person of the Sas team answer&lt;BR /&gt;
Andre</description>
      <pubDate>Thu, 12 Jun 2008 07:49:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-higher-resolution-graphics/m-p/24881#M4153</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2008-06-12T07:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Saving higher resolution graphics</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-higher-resolution-graphics/m-p/24882#M4154</link>
      <description>I am having the same problem as Sullivan.  Below is my code, which does produce a TIFF image at the dpi I need.  The journal specifies that figures are in a .tiff format at 800 dpi.  However, lines for the axes around the boxplot and around the blocking variable are very, very faint when I print the graph and on my computer screen when I view the image in Microsoft Office Document Imaging.  The lines for the whiskers are also very faint even if  increase the lfactor=8.  This problem occurs when I insert the picture into a Word document.  When I look at the graph output in SAS, all the lines are thick and crisp.  &lt;BR /&gt;
Thanks,&lt;BR /&gt;
Mike&lt;BR /&gt;
&lt;BR /&gt;
This technical document provided some help.&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/technote/ts674/ts674.html#IVC" target="_blank"&gt;http://support.sas.com/techsup/technote/ts674/ts674.html#IVC&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
goptions reset=all device=tiffp rotate=landscape ftext="Arial" htext=12pt lfactor=4&lt;BR /&gt;
gsfname=output gsfmode=replace hpos=70&lt;BR /&gt;
ypixels=3200 ymax=4in xpixels=4800 xmax=6in;&lt;BR /&gt;
filename output 'C:\r_watershed\Manuscript\Figures\precip_boxplots1_z.tiff';&lt;BR /&gt;
symbol value=plus color=black;&lt;BR /&gt;
proc boxplot data=precip_boxplot1;&lt;BR /&gt;
	plot precip*Watershed(year)/blockpos=1 blocklabelpos=above cblockvar=(color)&lt;BR /&gt;
	vminor=4 boxstyle=skeletal nohlabel cboxfill=(color);&lt;BR /&gt;
		label year='Year'&lt;BR /&gt;
		precip='Precipitation (mm/yr)';&lt;BR /&gt;
run;&lt;BR /&gt;
quit;</description>
      <pubDate>Wed, 03 Mar 2010 16:37:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-higher-resolution-graphics/m-p/24882#M4154</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-03T16:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Saving higher resolution graphics</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-higher-resolution-graphics/m-p/24883#M4155</link>
      <description>I suspect the lines are still one pixel thick, which at 800 DPI makes them 1"/800 thick. Have you tried changing axis width?</description>
      <pubDate>Mon, 08 Mar 2010 22:43:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-higher-resolution-graphics/m-p/24883#M4155</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2010-03-08T22:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Saving higher resolution graphics</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-higher-resolution-graphics/m-p/24884#M4156</link>
      <description>Kindly - suggestion to OP - don't piggy-back on another author's post - create a new one and provide a hyperlink (pasted in your post-body) with your pertinent details.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Mon, 08 Mar 2010 23:32:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-higher-resolution-graphics/m-p/24884#M4156</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-03-08T23:32:41Z</dc:date>
    </item>
  </channel>
</rss>

