<?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: SVG Output problem with PROC SGPLOT in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SVG-Output-problem-with-PROC-SGPLOT/m-p/626255#M19495</link>
    <description>&lt;P&gt;I'm not sure why that is happening; but try adding the following to see if it goes away:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;x2axis display=none;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know what you get.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2020 18:16:14 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2020-02-20T18:16:14Z</dc:date>
    <item>
      <title>SVG Output problem with PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SVG-Output-problem-with-PROC-SGPLOT/m-p/626222#M19493</link>
      <description>&lt;P&gt;I'm using SGPLOT to output some horizontal bar charts to scalable vector graphics (SVG) images. But I'm having a weird problem with the output. I have a broken axis, but for some reason the axis break on the top (but not the bottom) has a line through the middle of it where the normal axis would be. This seems to only affect the SVG version of the file, as it doesn't appear if I change the output to a png. Code and image below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=bar_base NOAUTOLEGEND sganno=anno pad=(top=12 bottom=0 left=0 right=0);
styleattrs DATACOLORS=(cxEAAA00 cx002855) AXISBREAK=bracket;
hbar ClusterName / response=Employment_R_17
	group=group_employ 
	nooutline
	barwidth=0.75;
xaxis 
	type=linear
	DISPLAY=(NOLABEL)
	ranges=(0-2500 4000-4700)
	VALUEATTRS=(Family=Calibri Size=7)
	VALUES=(0 to 4500 by 500)
	fitpolicy=rotate
	VALUESROTATE=DIAGONAL2
	valuesformat=best8.;
yaxis 
	DISPLAY=(NOLABEL)
	type=discrete fitpolicy=none discreteorder=data
	VALUEATTRS=(Family=Calibri Size=7);
where Employment_R_17 &amp;gt; 0;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture1.png" style="width: 450px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/36279i1E0BB34ECA112B50/image-size/large?v=v2&amp;amp;px=999" role="button" title="Picture1.png" alt="Picture1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 17:09:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SVG-Output-problem-with-PROC-SGPLOT/m-p/626222#M19493</guid>
      <dc:creator>ebowen</dc:creator>
      <dc:date>2020-02-20T17:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Output problem with PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SVG-Output-problem-with-PROC-SGPLOT/m-p/626250#M19494</link>
      <description>You should ask Tech Support this question.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2020 18:01:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SVG-Output-problem-with-PROC-SGPLOT/m-p/626250#M19494</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-02-20T18:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Output problem with PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SVG-Output-problem-with-PROC-SGPLOT/m-p/626255#M19495</link>
      <description>&lt;P&gt;I'm not sure why that is happening; but try adding the following to see if it goes away:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;x2axis display=none;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know what you get.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 18:16:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SVG-Output-problem-with-PROC-SGPLOT/m-p/626255#M19495</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2020-02-20T18:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Output problem with PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SVG-Output-problem-with-PROC-SGPLOT/m-p/626275#M19496</link>
      <description>&lt;P&gt;Unfortunately, that didn't work. It still has the bar across the top. But thanks for the suggestion!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 18:41:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SVG-Output-problem-with-PROC-SGPLOT/m-p/626275#M19496</guid>
      <dc:creator>ebowen</dc:creator>
      <dc:date>2020-02-20T18:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Output problem with PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SVG-Output-problem-with-PROC-SGPLOT/m-p/626300#M19497</link>
      <description>&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;. I would call Technical Support and report the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 19:24:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SVG-Output-problem-with-PROC-SGPLOT/m-p/626300#M19497</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2020-02-20T19:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Output problem with PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SVG-Output-problem-with-PROC-SGPLOT/m-p/626302#M19498</link>
      <description>Sounds good. Thanks!</description>
      <pubDate>Thu, 20 Feb 2020 19:25:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SVG-Output-problem-with-PROC-SGPLOT/m-p/626302#M19498</guid>
      <dc:creator>ebowen</dc:creator>
      <dc:date>2020-02-20T19:25:04Z</dc:date>
    </item>
  </channel>
</rss>

