<?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: SGPLOT - Multiple reference lines with blank label in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Multiple-reference-lines-with-blank-label/m-p/404314#M13808</link>
    <description>&lt;P&gt;With 9.40M3 (I did not check if this works with earlier releases) you can use a character format to do the same.&amp;nbsp; Keep the unique values in the category variable (like "a" and "b"), and then use a character format to format these to blank.&amp;nbsp; It is important to put the character format on the XAXIS&amp;nbsp; VALUESFORMAT&amp;nbsp;option.&amp;nbsp; Putting the format on the data set variable will cause the formatted values of "a" and "b" to be merged as one category value.&lt;/P&gt;</description>
    <pubDate>Sun, 15 Oct 2017 18:24:29 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2017-10-15T18:24:29Z</dc:date>
    <item>
      <title>SGPLOT - Multiple reference lines with blank label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Multiple-reference-lines-with-blank-label/m-p/404297#M13805</link>
      <description>&lt;P&gt;I am trying to make a plot essentially showing means and confidence intervals for several different variables, and I want to have multiple dashed lines separating them at certain points. See screenshot below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SGPlot35.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15905iFA5734CDC24CA3D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="SGPlot35.png" alt="SGPlot35.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only thing I want to change is that &lt;STRONG&gt;I want "blank1" and "blank2" to actually show up as blank, i.e. no text/label in those spots.&lt;/STRONG&gt; Currently I have my dataset set up so that there are two rows corresponding to the two blank spots, with missing means and bounds. The problem is that, if I try naming or formatting the variable name as " ", then they have the same name and so only one of the dashed lines shows up. Any suggestions as to how to accomplish what I'm aiming for?&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 16:06:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Multiple-reference-lines-with-blank-label/m-p/404297#M13805</guid>
      <dc:creator>derekg</dc:creator>
      <dc:date>2017-10-15T16:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT - Multiple reference lines with blank label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Multiple-reference-lines-with-blank-label/m-p/404306#M13806</link>
      <description>&lt;P&gt;Try setting one as a space and the second as a '09'x which is a tab?&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 17:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Multiple-reference-lines-with-blank-label/m-p/404306#M13806</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-15T17:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT - Multiple reference lines with blank label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Multiple-reference-lines-with-blank-label/m-p/404309#M13807</link>
      <description>&lt;P&gt;Non breaking spaces 'A0'x (aka nbsp) can be used to create character strings that remain distinct and invisible.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A string with one nbsp or more nbsps can be used.&amp;nbsp; Easy way to do this is to put a "." and a ".." in the column, then use translate() function to replace the "." with a 'A0'x.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2012/09/03/doing-more-with-nbsp/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2012/09/03/doing-more-with-nbsp/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 17:45:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Multiple-reference-lines-with-blank-label/m-p/404309#M13807</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-10-15T17:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT - Multiple reference lines with blank label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Multiple-reference-lines-with-blank-label/m-p/404314#M13808</link>
      <description>&lt;P&gt;With 9.40M3 (I did not check if this works with earlier releases) you can use a character format to do the same.&amp;nbsp; Keep the unique values in the category variable (like "a" and "b"), and then use a character format to format these to blank.&amp;nbsp; It is important to put the character format on the XAXIS&amp;nbsp; VALUESFORMAT&amp;nbsp;option.&amp;nbsp; Putting the format on the data set variable will cause the formatted values of "a" and "b" to be merged as one category value.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 18:24:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Multiple-reference-lines-with-blank-label/m-p/404314#M13808</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-10-15T18:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT - Multiple reference lines with blank label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Multiple-reference-lines-with-blank-label/m-p/404317#M13809</link>
      <description>This appears to have solved my problem! XAXIS VALUESFORMAT seems to be exactly what I needed, as it avoids the problem of the formatted values becoming merged together, which, as you mentioned, happens if you use a regular format statement. Thanks so much for your help!</description>
      <pubDate>Sun, 15 Oct 2017 18:37:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Multiple-reference-lines-with-blank-label/m-p/404317#M13809</guid>
      <dc:creator>derekg</dc:creator>
      <dc:date>2017-10-15T18:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT - Multiple reference lines with blank label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Multiple-reference-lines-with-blank-label/m-p/404599#M13819</link>
      <description>&lt;P&gt;Other possible ideas:&amp;nbsp;&amp;nbsp;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2017/10/16/tips-tricks-multiple-blank-categories-axis/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2017/10/16/tips-tricks-multiple-blank-categories-axis/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 20:52:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Multiple-reference-lines-with-blank-label/m-p/404599#M13819</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-10-16T20:52:52Z</dc:date>
    </item>
  </channel>
</rss>

