<?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: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All) in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799153#M22643</link>
    <description>&lt;P&gt;Ah, it did after I increased.&amp;nbsp; Now it looks like this.&amp;nbsp; I am going to try to get away with this, thanks so much...&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="davehalltwp_0-1646064169977.png" style="width: 702px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69004i0DA30457C6DC5B12/image-dimensions/702x288?v=v2" width="702" height="288" role="button" title="davehalltwp_0-1646064169977.png" alt="davehalltwp_0-1646064169977.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Feb 2022 15:54:32 GMT</pubDate>
    <dc:creator>davehalltwp</dc:creator>
    <dc:date>2022-02-28T15:54:32Z</dc:date>
    <item>
      <title>PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/798797#M22630</link>
      <description>&lt;P&gt;I am trying to use VALUES and VALUESDISPLAY options in an XAXIS statement to specify exactly how I want tick marks labeled.&amp;nbsp; But I am finding that unless I severely truncate the labels I specify in VALUESDISPLAY, SAS decides on its own to display only some of them.&amp;nbsp; I saw nothing in documentation about any limits.&amp;nbsp; I would prefer that they all display, obviously, even if they need to be wrapped (which they will need to be).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to force SAS to display all the text strings I specify in VALUESDISPLAY in their entirety?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code currently:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;     proc sgplot data = ft2;
          where usubjid_ = "&amp;amp;&amp;amp;P&amp;amp;QQ";
          series x = ftdy y = low   / legendlabel = '4 KHz Low-pass' markers lineattrs=(thickness=1 color = blue);
          xaxis values        = (-48          1          15                 29                 57                 85) 
		        valuesdisplay = ('Screening' 'Baseline' 'Visit 4 (Day 15)' 'Visit 5 (Day 29)' 'Visit 6 (Day 57)' 'Visit 7 (Day 85)') */
                labelattrs    = (family = "courier new" size = 8.9 pt color = black);
	      yaxis values = (-20 to 20 by 5)    labelattrs = (family = "courier new" size = 8.7 pt color = black);
	      title1 h=8pt color=black font='courier' J=L "Drugs, Inc.                                                                                                Page &amp;amp;QQ of &amp;amp;TOTPAGES";
	      title2 h=8pt color=black font='courier' J=L "&amp;amp;STDNO";
          title3 h=8pt color=black font='courier' J=L "Cohorts 4 and 5 Only";
          title5 h=8pt color=black font='courier' J=C "&amp;amp;TITLE5";
	      title6 h=8pt color=black font='courier' J=C "&amp;amp;TITLE6";
 	      title8 h=8pt color=black font='courier' J=C "Subject/Age/Sex [a]/Race [b]/Cohort/Randomized Treatment Group: &amp;amp;&amp;amp;P&amp;amp;QQ";&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 03:47:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/798797#M22630</guid>
      <dc:creator>davehalltwp</dc:creator>
      <dc:date>2022-02-26T03:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/798841#M22631</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have moved your post to the Graphics programming board.&lt;BR /&gt;More chance on a really good answer here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 13:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/798841#M22631</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-02-26T13:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/798854#M22632</link>
      <description>&lt;P&gt;Some values may be thinned.&amp;nbsp; Try setting FITPOLICY=none.&lt;/P&gt;
&lt;P&gt;Split and wrap works for discrete axis only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See FITPOLICY for XAXIS:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/p07m2vpyq75fgan14m6g5pphnwlr.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/p07m2vpyq75fgan14m6g5pphnwlr.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 15:26:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/798854#M22632</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2022-02-26T15:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/798895#M22633</link>
      <description>&lt;P&gt;Have you tried SPLITCHAR?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;xaxis values = (-48 1 15 29 57 85) 
      valuesdisplay = ('Screening' 'Baseline' 'Visit 4*(Day 15)' 'Visit 5*(Day 29)' 'Visit 6*(Day 57)' 'Visit 7*(Day 85)') 
      splitchar='*'  labelattrs    = (family = "courier new" size = 8.9 pt color = black);&lt;/PRE&gt;
&lt;P&gt;Splitchar would make visit 4 something like this on the axis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; Visit 4 
(Day 15)&lt;/PRE&gt;
&lt;P&gt;without data and your ODS Graphics settings it is hard to try to test anything. You might have to narrow of graphics display area to ever get what you want. Sometimes making the graphics display area wider.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You also show a close quote&amp;nbsp; */ at the end of the values display that would likely render the shown code not to run at all.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 20:36:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/798895#M22633</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-02-26T20:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/798973#M22634</link>
      <description>&lt;P&gt;thank you, Jay and Ballard.&amp;nbsp; I had limited success by combining features of your responses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had to specify "TYPE = DISCRETE" to make things work, even after widening.&amp;nbsp; but then I noticed that instesd of spacing my values on X axis according to study day, it they were being spaced evenly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder if I can just reduce the font size of the tick mark labels.&amp;nbsp; Even with fitpolicy=None, tick mark labels only appear for first, third and fifth tick marks.&amp;nbsp; I can see why, I guess; they dont fit when eyeballing it without 'TYPE = DISCRETE'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was unable to get "SPLITCHAR =" to split the tick mark label under any circumstance.&amp;nbsp; That would solve problems.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try again tomorrow, thank you...&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 18:18:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/798973#M22634</guid>
      <dc:creator>davehalltwp</dc:creator>
      <dc:date>2022-02-27T18:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/798993#M22635</link>
      <description>&lt;P&gt;Welcome to the trade-off between "automatically making the axes look 'good' based on the way the developers think it should be done, and the way the developers understood the requests of users (er, the users who sent in requests)" ... and providing flexibility letting users control the axes exactly as they want. &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If all else fails, you might try "blanking" the automatic axis values, and use annotate (sganno=) to write your own values along the axis. (Another option might be to try old SAS/Graph proc gplot.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 18:57:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/798993#M22635</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2022-02-27T18:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/798997#M22636</link>
      <description>&lt;P&gt;Here's an example using SAS/Graph proc gplot ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data ft2;
input ftdy y;
datalines;
-48 -10
1  2
15 5
29 7
57 12
85 16
;
run;

axis1 label=none minor=none offset=(0,0)
 order=(-20 to 20 by 5);
axis2 label=none
 order=(-48,1,15,29,57,85) 
 offset=(5,5)
 value=(
 t=1 'Screening' 
 t=2 'Baseline' 
 t=3 'Visit 4 (Day 15)' 
 t=4 'Visit 5 (Day 29)' 
 t=5 'Visit 6 (Day 57)' 
 t=6 'Visit 7 (Day 85)'
 );

title1 "Drugs, Inc.";
proc gplot data=ft2; 
plot y*ftdy / vaxis=axis1 haxis=axis2;
run;&lt;/CODE&gt;&lt;/PRE&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="GraphGuy_0-1645989850507.png" style="width: 746px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68991i6D0320D5168D0265/image-dimensions/746x569?v=v2" width="746" height="569" role="button" title="GraphGuy_0-1645989850507.png" alt="GraphGuy_0-1645989850507.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 19:25:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/798997#M22636</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2022-02-27T19:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799006#M22637</link>
      <description>&lt;P&gt;Thank you, Graph Guy.&amp;nbsp; I was also thinking I may have to go "old-school" with GPLOT.&amp;nbsp; But it would have taken me a long time to look all that up.&amp;nbsp; The one issue I see with that example is that the customer wants the tick marks displayed spaced by study day rather than evenly on the axis. \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will let you and everybody else know how it goes.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 20:57:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799006#M22637</guid>
      <dc:creator>davehalltwp</dc:creator>
      <dc:date>2022-02-27T20:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799034#M22638</link>
      <description>&lt;P&gt;Do you have a screen-capture (or even a hand-drawn image) of an axis, the way you're wanting it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 00:22:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799034#M22638</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2022-02-28T00:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799056#M22639</link>
      <description>&lt;P&gt;Hi GraphGuy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The current version, produced via PROC SGPLOT, is good except the tick mark labels are too small.&amp;nbsp; If I make them any larger, they collide, so every other one is "thinned out."&amp;nbsp; If I could get them to wrap, I could make the text large enough.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is very important to the customer that the visits be spaced out by study day this way.&amp;nbsp; That is what is complicating things, I guess.&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="davehalltwp_0-1646017597336.png" style="width: 759px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68996i256120A28EA16848/image-dimensions/759x302?v=v2" width="759" height="302" role="button" title="davehalltwp_0-1646017597336.png" alt="davehalltwp_0-1646017597336.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code behind it:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;     proc sgplot data = ft2;
          where usubjid_ = "&amp;amp;&amp;amp;P&amp;amp;QQ";
          series x = ftdy y = low   / legendlabel = '4 KHz Low-pass' markers lineattrs=(thickness=1 color = blue);
          xaxis /*type = discrete*/
                /*split*/ 
                /*splitchar     = '|' */
                fitpolicy = none
                values        = (-48  1  15  29  57  85) 
		        valuesdisplay = ('Screening' 'Baseline' 'Visit 4 (Day 15)' 'Visit 5 (Day 29)' 'Visit 6 (Day 57)' 'Visit 7 (Day 85)') 
                valueattrs    = (family = "courier new" color=black  size = 6.5 pt)
                labelattrs    = (family = "courier new" size = /*8.9*/ 9.5 pt color = black);
	      yaxis values = (-20 to 20 by 5)    labelattrs = (family = "courier new" size = 8.7 pt color = black);
	      title1 h=8pt color=black font='courier' J=L "Drugs, Inc.                                                                                                Page &amp;amp;QQ of &amp;amp;TOTPAGES";
	      title2 h=8pt color=black font='courier' J=L "&amp;amp;STDNO";
          title3 h=8pt color=black font='courier' J=L "Cohorts 4 and 5 Only";
          title5 h=8pt color=black font='courier' J=C "&amp;amp;TITLE5";
	      title6 h=8pt color=black font='courier' J=C "&amp;amp;TITLE6";
 	      title8 h=8pt color=black font='courier' J=C "Subject/Age/Sex [a]/Race [b]/Cohort/Randomized Treatment Group: &amp;amp;&amp;amp;P&amp;amp;QQ";
          run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 03:04:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799056#M22639</guid>
      <dc:creator>davehalltwp</dc:creator>
      <dc:date>2022-02-28T03:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799137#M22640</link>
      <description>&lt;P&gt;Since this is a linear axis, try setting FITPOLICY=STAGGER and see if that will work for you.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 14:59:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799137#M22640</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2022-02-28T14:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799141#M22641</link>
      <description>&lt;P&gt;Thank you for your suggestion Dan. However, it doesn't seem to have had any effect (maybe there was some corresponding adjustment needed).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I truly do not understand why SPLITCHAR= is not set up to adjust tick mark labels regardless of the scenario. It seems to me to be purely cosmetic. There must be a good reason that I am not thinking of.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 15:14:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799141#M22641</guid>
      <dc:creator>davehalltwp</dc:creator>
      <dc:date>2022-02-28T15:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799143#M22642</link>
      <description>&lt;P&gt;The STAGGER should kick in when you make the text big enough to collide. Did you increase the text size?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 15:20:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799143#M22642</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2022-02-28T15:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799153#M22643</link>
      <description>&lt;P&gt;Ah, it did after I increased.&amp;nbsp; Now it looks like this.&amp;nbsp; I am going to try to get away with this, thanks so much...&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="davehalltwp_0-1646064169977.png" style="width: 702px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69004i0DA30457C6DC5B12/image-dimensions/702x288?v=v2" width="702" height="288" role="button" title="davehalltwp_0-1646064169977.png" alt="davehalltwp_0-1646064169977.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 15:54:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799153#M22643</guid>
      <dc:creator>davehalltwp</dc:creator>
      <dc:date>2022-02-28T15:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799163#M22644</link>
      <description>&lt;P&gt;It seems like SPLITPOLICY = SPLIT should work also, but it doesn't.&amp;nbsp; Not only does it not split the label, it also displays my split character in the label (and suppresses some of my labels).&amp;nbsp; I will explore this.&amp;nbsp; Somewhere above somebody said SPLITCHAR doesn't work unless the axis values are discrete.&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="davehalltwp_0-1646065308324.png" style="width: 613px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69005iB9DAFB091877846D/image-dimensions/613x164?v=v2" width="613" height="164" role="button" title="davehalltwp_0-1646065308324.png" alt="davehalltwp_0-1646065308324.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="davehalltwp_1-1646065380242.png" style="width: 707px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69006iEE9ECF5A91ED5A7A/image-dimensions/707x319?v=v2" width="707" height="319" role="button" title="davehalltwp_1-1646065380242.png" alt="davehalltwp_1-1646065380242.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 16:17:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799163#M22644</guid>
      <dc:creator>davehalltwp</dc:creator>
      <dc:date>2022-02-28T16:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799171#M22645</link>
      <description>&lt;P&gt;For the record, FITPOLICY=SPLIT does not work for LINEAR axes, due to the numeric nature of this axis type. The SPLIT policy applies only to DISCRETE axes.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 16:38:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799171#M22645</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2022-02-28T16:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799175#M22646</link>
      <description>&lt;P&gt;Okay, thanks, Dan.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a test, I turned on TYPE=DISCRETE.&amp;nbsp; It indeed made the axis discrete, with evenly spaced ticks (which I don't want), but still did not split tick label and still displayed my split character.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I shouldnt experiment with embedding a line feed in the tick label text to go backdoor and get split/wrap, right?&amp;nbsp; Not sure how I would do it anyway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you...&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 16:44:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799175#M22646</guid>
      <dc:creator>davehalltwp</dc:creator>
      <dc:date>2022-02-28T16:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799179#M22647</link>
      <description>&lt;P&gt;The SPLIT policy splits only on collision. The SPLITALWAYS policy splits regardless of collision.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 16:58:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799179#M22647</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2022-02-28T16:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799244#M22648</link>
      <description>&lt;P&gt;My customer is good with the STAGGER tick mark labels.&amp;nbsp; Thanks very much to Dan and everybody who helped me out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I only have one thing left to figure out (such as below, where I have visit 7 values at study day as high as 94, but 85 is the only tick mark want for that visit, so I have to figure out how to plot the point to the right of the 85 tick mark without adding any higher tick marks).&amp;nbsp; But I will leave that until a new day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="davehalltwp_0-1646106686454.png" style="width: 768px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69015iBE41EBEFBC629F9B/image-dimensions/768x309?v=v2" width="768" height="309" role="button" title="davehalltwp_0-1646106686454.png" alt="davehalltwp_0-1646106686454.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 03:45:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799244#M22648</guid>
      <dc:creator>davehalltwp</dc:creator>
      <dc:date>2022-03-01T03:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT : VALUESDISPLAY Only Displaying Some Labels (Not All)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799326#M22649</link>
      <description>&lt;P&gt;the simplest solution is to swap the X and Y axes. Put the long labels on the horizontal axis and the Signal-to-Noise Ratio on the horizontal axis.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a discussion of the advantages of plotting data like this horizontally, see &lt;A href="https://blogs.sas.com/content/iml/2021/04/12/horizontal-bar-chart.html" target="_self"&gt;"3 reasons to prefer a horizontal bar chart."&lt;/A&gt;&amp;nbsp;The reasons apply equally well to box plots, scatter plots, and &lt;A href="https://blogs.sas.com/content/iml/2021/09/07/remaking-panel-dynamite-plots.html" target="_self"&gt;other graphs that have long labels for tick marks.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 15:02:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-VALUESDISPLAY-Only-Displaying-Some-Labels-Not-All/m-p/799326#M22649</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-03-01T15:02:47Z</dc:date>
    </item>
  </channel>
</rss>

