<?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 sgplox vbox displaystats in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/sgplox-vbox-displaystats/m-p/857734#M23480</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;is it possible to format the values of variables/ variablenames displayed in a vbox displaystats xaxis table&lt;/P&gt;
&lt;P&gt;I displayed the following displaystats=(mean median min max)&lt;/P&gt;
&lt;P&gt;This is displayed in the xaxistable, I will like to change the name of the mean variable to something else. The size and colors of the variables. Any help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.class;
  vbox age / category=sex displaystats=(mean median min max);
  run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 08 Feb 2023 12:34:40 GMT</pubDate>
    <dc:creator>Anita_n</dc:creator>
    <dc:date>2023-02-08T12:34:40Z</dc:date>
    <item>
      <title>sgplox vbox displaystats</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplox-vbox-displaystats/m-p/857734#M23480</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;is it possible to format the values of variables/ variablenames displayed in a vbox displaystats xaxis table&lt;/P&gt;
&lt;P&gt;I displayed the following displaystats=(mean median min max)&lt;/P&gt;
&lt;P&gt;This is displayed in the xaxistable, I will like to change the name of the mean variable to something else. The size and colors of the variables. Any help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.class;
  vbox age / category=sex displaystats=(mean median min max);
  run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Feb 2023 12:34:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplox-vbox-displaystats/m-p/857734#M23480</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2023-02-08T12:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: sgplox vbox displaystats</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplox-vbox-displaystats/m-p/857751#M23481</link>
      <description>&lt;P&gt;Unfortunately, no. Your best option is to calculate these your self using PROC MEANS or PROC SUMMARY, match merge the result with the original data, and display it using the XAXISTABLE statements. You can set whatever format (and labels, if you want) on the columns in the data step. The labeling, size and color can be controlled from the XAXISTABLE statements. Let me know if you need more details on how to do this.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 13:58:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplox-vbox-displaystats/m-p/857751#M23481</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2023-02-08T13:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: sgplox vbox displaystats</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplox-vbox-displaystats/m-p/857763#M23482</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15130"&gt;@DanH_sas&lt;/a&gt;&amp;nbsp;okay, thanks. I will try that&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 14:53:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplox-vbox-displaystats/m-p/857763#M23482</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2023-02-08T14:53:00Z</dc:date>
    </item>
  </channel>
</rss>

