<?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: Remove the inner borders for the graph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Remove-the-inner-borders-for-the-graph/m-p/978791#M25722</link>
    <description>&lt;P&gt;Could you post a desired graph to explain what you are looking for ?&lt;/P&gt;
&lt;P&gt;And you want this ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ods graphics / noborder;
proc sgplot data=sashelp.heart(obs=1000) noautolegend &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;noborder&lt;/STRONG&gt;&lt;/FONT&gt;; title ;
styleattrs datacontrastcolors=(red green black) wallcolor=white;
loess x=height y=weight / group=bp_status nomarkers smooth=0.3 lineattrs=(thickness=3);
xaxis label="Days" labelattrs=(size=16) valueattrs=(size=14);
yaxis label="OD, g/d" labelattrs=(size=16) valueattrs=(size=14);
x2axis display=none;
y2axis display=none;
run;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1763019063528.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/111276i4471F5C8105A879B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1763019063528.png" alt="Ksharp_0-1763019063528.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Nov 2025 07:31:17 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2025-11-13T07:31:17Z</dc:date>
    <item>
      <title>Remove the inner borders for the graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-the-inner-borders-for-the-graph/m-p/978780#M25721</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Need help please, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hi all, I would like to delete the inner borders (the right and top borders of the graph),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;only keep the lines/borders of the X and Y axes. I have tried to use the following codes to remove the right and top inner borders, but could not succeed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods graphics / noborder; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;proc sgplot data=MeanData noautolegend; title; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;styleattrs datacontrastcolors=(red green black) wallcolor=white; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;loess x=t y=Means / group=Treatment nomarkers smooth=0.3 lineattrs=(thickness=3); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;xaxis label="Days" max=100 labelattrs=(size=16) valueattrs=(size=14); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;yaxis label=“OD, g/d" max=30 values=(0 to 50 by 5) labelattrs=(size=16) valueattrs=(size=14); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x2axis display=none; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;y2axis display=none; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 01:57:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-the-inner-borders-for-the-graph/m-p/978780#M25721</guid>
      <dc:creator>ThiNguyen</dc:creator>
      <dc:date>2025-11-13T01:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the inner borders for the graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-the-inner-borders-for-the-graph/m-p/978791#M25722</link>
      <description>&lt;P&gt;Could you post a desired graph to explain what you are looking for ?&lt;/P&gt;
&lt;P&gt;And you want this ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ods graphics / noborder;
proc sgplot data=sashelp.heart(obs=1000) noautolegend &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;noborder&lt;/STRONG&gt;&lt;/FONT&gt;; title ;
styleattrs datacontrastcolors=(red green black) wallcolor=white;
loess x=height y=weight / group=bp_status nomarkers smooth=0.3 lineattrs=(thickness=3);
xaxis label="Days" labelattrs=(size=16) valueattrs=(size=14);
yaxis label="OD, g/d" labelattrs=(size=16) valueattrs=(size=14);
x2axis display=none;
y2axis display=none;
run;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1763019063528.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/111276i4471F5C8105A879B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1763019063528.png" alt="Ksharp_0-1763019063528.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 07:31:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-the-inner-borders-for-the-graph/m-p/978791#M25722</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-11-13T07:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the inner borders for the graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-the-inner-borders-for-the-graph/m-p/978834#M25724</link>
      <description>Hi,&lt;BR /&gt;Many thanks for your help! I already created the graph, but I could not remove/delete the right and the top borders of the graph.&lt;BR /&gt;The following is an example where the right and the top borders have been removed (only show x and y axes lines)&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;[cid:e2eb064e-6b83-49c1-99e0-bbd17e661b51]&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Nov 2025 20:07:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-the-inner-borders-for-the-graph/m-p/978834#M25724</guid>
      <dc:creator>ThiNguyen</dc:creator>
      <dc:date>2025-11-13T20:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the inner borders for the graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-the-inner-borders-for-the-graph/m-p/978846#M25725</link>
      <description>I do not see that desired graph .</description>
      <pubDate>Fri, 14 Nov 2025 07:16:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-the-inner-borders-for-the-graph/m-p/978846#M25725</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-11-14T07:16:44Z</dc:date>
    </item>
  </channel>
</rss>

