<?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 PROC SGPLOT graphics horizontal axis Chinese does not display? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-graphics-horizontal-axis-Chinese-does-not-display/m-p/423994#M14630</link>
    <description>Dear sas experts: I come from china,first time to give a message.I have a question about graphics. the data as follow: adr v1 v2 v3 v4 中性粒细胞降低 7.5 50 32.5 2.5 发热 4.5 7.6 3.4 1 ............................... the adr column is chinese character.v1-v4 are percentage. the sas code for sas 9.4 M2: proc sgplot data=ae noborder noautolegend; vbarparm category=adr response=v /group=grade TRANSPARENCY=0 groupdisplay=stack discreteoffset=0.05 NAME='TR' DATASKIN=NONE fill GROUPORDER=ASCENDING; xaxis label = '不良反应' DISPLAY=ALL VALUEATTRS=(Family='Arial' Style=NORMAL color=black Size=9); yaxis label = 'Percentage of Patients' values = (0 to 100 by 10) minor MINORCOUNT=1 labelATTRS=(color=black Size=9); ; keylegend 'TR'/ title=" " location=inside position=TOPRIGHT across=1 down=2 noborder; run; run the code,then get... The horizontal axis Chinese value,eg :'中性粒细胞降低' is not displayed...I don't know Where is the problem? thanks for your answer.</description>
    <pubDate>Fri, 29 Dec 2017 03:12:20 GMT</pubDate>
    <dc:creator>Zachary1</dc:creator>
    <dc:date>2017-12-29T03:12:20Z</dc:date>
    <item>
      <title>PROC SGPLOT graphics horizontal axis Chinese does not display?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-graphics-horizontal-axis-Chinese-does-not-display/m-p/423994#M14630</link>
      <description>Dear sas experts: I come from china,first time to give a message.I have a question about graphics. the data as follow: adr v1 v2 v3 v4 中性粒细胞降低 7.5 50 32.5 2.5 发热 4.5 7.6 3.4 1 ............................... the adr column is chinese character.v1-v4 are percentage. the sas code for sas 9.4 M2: proc sgplot data=ae noborder noautolegend; vbarparm category=adr response=v /group=grade TRANSPARENCY=0 groupdisplay=stack discreteoffset=0.05 NAME='TR' DATASKIN=NONE fill GROUPORDER=ASCENDING; xaxis label = '不良反应' DISPLAY=ALL VALUEATTRS=(Family='Arial' Style=NORMAL color=black Size=9); yaxis label = 'Percentage of Patients' values = (0 to 100 by 10) minor MINORCOUNT=1 labelATTRS=(color=black Size=9); ; keylegend 'TR'/ title=" " location=inside position=TOPRIGHT across=1 down=2 noborder; run; run the code,then get... The horizontal axis Chinese value,eg :'中性粒细胞降低' is not displayed...I don't know Where is the problem? thanks for your answer.</description>
      <pubDate>Fri, 29 Dec 2017 03:12:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-graphics-horizontal-axis-Chinese-does-not-display/m-p/423994#M14630</guid>
      <dc:creator>Zachary1</dc:creator>
      <dc:date>2017-12-29T03:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT graphics X axis Chinese does not display?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-graphics-horizontal-axis-Chinese-does-not-display/m-p/423996#M14631</link>
      <description>I'm sorry! Dear sas experts: I come from china,first time to give a message.I have a question about graphics. the data as follow: adr v1 v2 v3 v4 中性粒细胞降低 7.5 50 32.5 2.5 发热 4.5 7.6 3.4 1 ............................... the adr column is chinese character.v1-v4 are percentage. the sas code for sas 9.4 M2: proc sgplot data=ae noborder noautolegend; vbarparm category=adr response=v /group=grade TRANSPARENCY=0 groupdisplay=stack discreteoffset=0.05 NAME='TR' DATASKIN=NONE fill GROUPORDER=ASCENDING; xaxis label = '不良反应' DISPLAY=ALL VALUEATTRS=(Family='Arial' Style=NORMAL color=black Size=9); yaxis label = 'Percentage of Patients' values = (0 to 100 by 10) minor MINORCOUNT=1 labelATTRS=(color=black Size=9); ; keylegend 'TR'/ title=" " location=inside position=TOPRIGHT across=1 down=2 noborder; run; run the code,then get... see attached PDF,The X axis Chinese value,eg :'中性粒细胞降低' is not displayed...I don't know Where is the problem? thanks for your answer.</description>
      <pubDate>Fri, 29 Dec 2017 03:24:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-graphics-horizontal-axis-Chinese-does-not-display/m-p/423996#M14631</guid>
      <dc:creator>Zachary1</dc:creator>
      <dc:date>2017-12-29T03:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT graphics X axis Chinese does not display?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-graphics-horizontal-axis-Chinese-does-not-display/m-p/424023#M14632</link>
      <description>&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/Multilingual_Computing_with_SAS_94.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/Multilingual_Computing_with_SAS_94.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps this will help? I am not knowledgeable about enabling international characters, but you might need to change your LOCALE&amp;nbsp;and ENCODING options or fonts.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2017 11:50:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-graphics-horizontal-axis-Chinese-does-not-display/m-p/424023#M14632</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-12-29T11:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT graphics X axis Chinese does not display?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-graphics-horizontal-axis-Chinese-does-not-display/m-p/424111#M14639</link>
      <description>Thanks very much.I will try to change LOCALE and ENCODING options,if ok, that's great.</description>
      <pubDate>Sat, 30 Dec 2017 16:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-graphics-horizontal-axis-Chinese-does-not-display/m-p/424111#M14639</guid>
      <dc:creator>Zachary1</dc:creator>
      <dc:date>2017-12-30T16:08:59Z</dc:date>
    </item>
  </channel>
</rss>

