<?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: User-defined Formats in PROC SGPLOT, cannot use discrete axis in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447990#M15403</link>
    <description>&lt;P&gt;Thanks for your response!&lt;BR /&gt;Yeah, I guess I meant "tricky" relative to other datasets that I easily&amp;nbsp;changed to&amp;nbsp;a discrete axis for.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am trying to automate in SAS a graph produced by my organization. I basically&amp;nbsp;have a dataset with a value for every month since, say, Jan 2000 until Dec 2017. I&amp;nbsp;want&amp;nbsp;my x axis values to be every 6 months starting with a month I choose, e.g. Feb-01 Aug-01 Feb-02 Aug-02 etc, with a line marker for every month's observation, not just Feb and Aug.&amp;nbsp; I was able to establish this with the time type x-axis statement above after some trial and error (I am new to graphing in SAS hence it was tricky)&amp;nbsp;but it doesn't give me the Mon-YY formatting I want.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can get the Mon-YY formatting I want if I drop all but Feb and Aug observations from my dataset, apply the user-defined format, and then plot discretely. But then I will lose the line-markers for&amp;nbsp;non-Feb/Aug months.&lt;BR /&gt;&lt;BR /&gt;It's not such a big deal, but since I'm trying to replicate exactly what the organization already does and since it seems like it should be doable, I want to see if I can get both Mon-YY formatting as well as markers for every month (mutually exclusive&amp;nbsp;in my trials so far). But again, not a big deal if it's not possible.&lt;BR /&gt;&lt;BR /&gt;Sample data would just be one record&amp;nbsp;for every month from,&amp;nbsp;say,&amp;nbsp;&lt;SPAN&gt;Jan 2000 until Dec 2017, where&lt;/SPAN&gt; month&amp;nbsp;is formatted as date9 and value can be anything. I'm trying to be cautious about what I share&amp;nbsp;or else I would put something here.&lt;BR /&gt;&lt;BR /&gt;Thanks very much!&lt;/P&gt;</description>
    <pubDate>Thu, 22 Mar 2018 22:29:55 GMT</pubDate>
    <dc:creator>sm4</dc:creator>
    <dc:date>2018-03-22T22:29:55Z</dc:date>
    <item>
      <title>User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447824#M15386</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess I'm hoping there's someone who might know of some updated solution/workaround to the &lt;A href="https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/Picture-Formats-Not-Rendered-in-PROC-SGPLOT/td-p/230873" target="_self"&gt;already-documented&lt;/A&gt; issue of user-defined picture formats not rendering in proc sgplot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using picture formats to generate a Mon-YY format with a dash, courtesy of another kind user:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/General-SAS-Programming/MONTH-YY-and-MON-YY-date-format/m-p/446015/highlight/false#M55205" target="_blank"&gt;https://communities.sas.com/t5/General-SAS-Programming/MONTH-YY-and-MON-YY-date-format/m-p/446015/highlight/false#M55205&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Realized after accepting the solution that they won't render in proc sgplot. Like the user in the first link above, I can't&amp;nbsp;format the dataset outside and then plot that discretely (as suggested) because I'm using a slightly tricky time axis, was difficult enough to get it to do what I want without introducing the formatting issue:&lt;/P&gt;&lt;PRE&gt;		xaxis display=(nolabel) type= time notimesplit fitpolicy= rotate interval= semiyear values= ('01JAN2000'd to &amp;amp;today. by semiyear)  valuesformat= MONYY5.;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Currently I'm using MONYY5., but I would like to get Mon-YY if possible.&lt;BR /&gt;&lt;BR /&gt;Would appreciate any insight if anyone has any.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:23:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447824#M15386</guid>
      <dc:creator>sm4</dc:creator>
      <dc:date>2018-03-22T15:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447831#M15387</link>
      <description>&lt;P&gt;What version of SAS are you using?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc product_status;run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:41:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447831#M15387</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-22T15:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447871#M15397</link>
      <description>&lt;P&gt;What you could do is use a small data step to create a column of formatted month values. Then, use that dataset with SGPLOT, referencing that formatted variable for your category values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 17:56:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447871#M15397</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-03-22T17:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447909#M15399</link>
      <description>&lt;P&gt;Some example data and your current sgplot code might go a ways towards a solution. Especially if you can describe what is wrong with axis appearance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think I would consider that a "tricky" axis though.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 20:18:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447909#M15399</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-03-22T20:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447960#M15401</link>
      <description>&lt;P&gt;9.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 21:20:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447960#M15401</guid>
      <dc:creator>sm4</dc:creator>
      <dc:date>2018-03-22T21:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447990#M15403</link>
      <description>&lt;P&gt;Thanks for your response!&lt;BR /&gt;Yeah, I guess I meant "tricky" relative to other datasets that I easily&amp;nbsp;changed to&amp;nbsp;a discrete axis for.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am trying to automate in SAS a graph produced by my organization. I basically&amp;nbsp;have a dataset with a value for every month since, say, Jan 2000 until Dec 2017. I&amp;nbsp;want&amp;nbsp;my x axis values to be every 6 months starting with a month I choose, e.g. Feb-01 Aug-01 Feb-02 Aug-02 etc, with a line marker for every month's observation, not just Feb and Aug.&amp;nbsp; I was able to establish this with the time type x-axis statement above after some trial and error (I am new to graphing in SAS hence it was tricky)&amp;nbsp;but it doesn't give me the Mon-YY formatting I want.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can get the Mon-YY formatting I want if I drop all but Feb and Aug observations from my dataset, apply the user-defined format, and then plot discretely. But then I will lose the line-markers for&amp;nbsp;non-Feb/Aug months.&lt;BR /&gt;&lt;BR /&gt;It's not such a big deal, but since I'm trying to replicate exactly what the organization already does and since it seems like it should be doable, I want to see if I can get both Mon-YY formatting as well as markers for every month (mutually exclusive&amp;nbsp;in my trials so far). But again, not a big deal if it's not possible.&lt;BR /&gt;&lt;BR /&gt;Sample data would just be one record&amp;nbsp;for every month from,&amp;nbsp;say,&amp;nbsp;&lt;SPAN&gt;Jan 2000 until Dec 2017, where&lt;/SPAN&gt; month&amp;nbsp;is formatted as date9 and value can be anything. I'm trying to be cautious about what I share&amp;nbsp;or else I would put something here.&lt;BR /&gt;&lt;BR /&gt;Thanks very much!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 22:29:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447990#M15403</guid>
      <dc:creator>sm4</dc:creator>
      <dc:date>2018-03-22T22:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447992#M15404</link>
      <description>&lt;P&gt;Sorry, forgot to include&amp;nbsp;my sgplot code:&lt;/P&gt;&lt;PRE&gt;      proc sgplot data= temp.figure noborder nowall pad=(left= 5pct right= 5pct) noautolegend;
           series x= month y= change/ lineattrs= (color= black thickness = 2) markers markerattrs= (symbol= diamondfilled color= darkblue);
           xaxis display=(nolabel) type= time notimesplit fitpolicy= rotate interval= semiyear values= ('01FEB2000'd to &amp;amp;today. by semiyear) valuesformat= MONYY5. valueattrs= (family= albany size= 12px weight=bold) offsetmin= 0 offsetmax= 0;
           yaxis label= 'Label' labelattrs= (family= albany weight= bold size= 9.5pt) valueattrs= (family= albany weight=bold) values= (-0.28 to 0.16 by 0.02) valuesformat= PERCENTN10.1;
           band x= month upper= 0.15 lower= -0.23 / fillattrs= (color= aliceblue) transparency= 0.5; 
           refline 0 / lineattrs=(color=LIGB);
      run;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Mar 2018 22:34:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447992#M15404</guid>
      <dc:creator>sm4</dc:creator>
      <dc:date>2018-03-22T22:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447993#M15405</link>
      <description>&lt;P&gt;Thanks for your response!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I think this might be the same issue where if I format it beforehand, I won't be able to plot it on the time type x-axis since it won't be a sasdate anymore?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 22:37:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/447993#M15405</guid>
      <dc:creator>sm4</dc:creator>
      <dc:date>2018-03-22T22:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/448922#M15417</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try to use FORMAT statement in the proc sgplot.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ex: Format xaxisvariable MONYY5./predefined format created ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 10:21:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/448922#M15417</guid>
      <dc:creator>DR_Majeti</dc:creator>
      <dc:date>2018-03-27T10:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/448991#M15422</link>
      <description>&lt;P&gt;Thanks for your response!&lt;BR /&gt;&lt;BR /&gt;Tried this out (removing the valuesformat= option on the xaxis statement), it gives the same issue. The user-generated format doesn't load, showing only '0B-%0y'.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 14:37:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/448991#M15422</guid>
      <dc:creator>sm4</dc:creator>
      <dc:date>2018-03-27T14:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/448996#M15424</link>
      <description>&lt;P&gt;It is noted in the documentation that SAS custom formats do not work in GTL, so unfortunately the format you want isn't available.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You're likely correct in that converting the date will not give you what you want, but I'd try it to verify anyways.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 14:44:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/448996#M15424</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-27T14:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449041#M15425</link>
      <description>&lt;P&gt;Yeah, if you mean plotting discretely,&amp;nbsp;the&amp;nbsp;&lt;SPAN&gt;line-markers for&amp;nbsp;non-Feb/Aug months definitely don't show up&lt;/SPAN&gt;&amp;nbsp;- tried it already.&lt;BR /&gt;&lt;BR /&gt;Looks like this is not possible, in that case. It's good to know so that I don't spend&amp;nbsp;additional time&amp;nbsp;pondering it. Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 15:57:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449041#M15425</guid>
      <dc:creator>sm4</dc:creator>
      <dc:date>2018-03-27T15:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449244#M15437</link>
      <description>&lt;P&gt;Please try like below,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created small example data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data simple ;&lt;BR /&gt; do x= '01jan2018'd to '31dec2018'd by 30;&lt;BR /&gt; y+1;&lt;BR /&gt; output;&lt;BR /&gt; end;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;data fmt;&lt;BR /&gt;set simple;&lt;BR /&gt; start=x;&lt;BR /&gt; label=strip(substr(put(start,monyy5.),1,3))||'-'||strip(put(year(x),best.));&lt;BR /&gt; fmtname='chkfmt';&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc format cntlin=fmt;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc sgplot data=simple;&lt;BR /&gt; scatter x=x y=y ;&lt;BR /&gt; xaxis label=' SAS defined format' ;&lt;BR /&gt; format x monyy7. ;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc sgplot data=simple;&lt;BR /&gt; scatter x=x y=y ;&lt;BR /&gt; xaxis label=' User defined format' values=('01jan2018'd to '31dec2018'd by 30);&lt;BR /&gt; format x chkfmt. ;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 08:24:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449244#M15437</guid>
      <dc:creator>DR_Majeti</dc:creator>
      <dc:date>2018-03-28T08:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449346#M15440</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/51032"&gt;@DR_Majeti&lt;/a&gt;&amp;nbsp;is correct. A PICTURE format will not work, but using a 'normal' format seems to work. That's an important distinction and good to know, learn something new every day!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 14:38:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449346#M15440</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-28T14:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449516#M15441</link>
      <description>&lt;P&gt;Am checking this out, will&amp;nbsp;update&amp;nbsp;here soon. Thank you!!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 21:37:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449516#M15441</guid>
      <dc:creator>sm4</dc:creator>
      <dc:date>2018-03-28T21:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449682#M15444</link>
      <description>&lt;P&gt;If there's no work-around for Proc Sgplot, perhaps you could create the plot using Proc Gplot (?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 14:52:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449682#M15444</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2018-03-29T14:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449689#M15445</link>
      <description>&lt;P&gt;I ran and verified&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/51032"&gt;@DR_Majeti&lt;/a&gt;&amp;nbsp;solution, it does work as intended.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 15:04:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449689#M15445</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-29T15:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449691#M15446</link>
      <description>&lt;P&gt;SGPLOT / GTL do support formats for discrete axis including UDF and Picture format.&amp;nbsp; I have used some simple picture formats (to change sign of the value) with SGPLOT.&amp;nbsp; &amp;nbsp;The format should be provided on the XAXIS statement, to avoid categorization.&amp;nbsp; However, your mileage will vary because the Java format code does not support all possibilities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some&amp;nbsp;workarounds are possible.&amp;nbsp; See this article on &lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2017/09/27/stock-chart/" target="_blank"&gt;Stock Chart&lt;/A&gt;.&amp;nbsp; The idea here is that the x-axis can be replaced by an XAXISTABLE displaying the values that you want coming from a character column in the data set.&amp;nbsp; The formatting to create the character column is done in SAS data step code, so all formats should work.&amp;nbsp; SGPLOT only draws what you have already computed using the XAXISTABLE.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 15:06:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449691#M15446</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2018-03-29T15:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449731#M15450</link>
      <description>&lt;P&gt;Worked! &lt;img id="catvery-happy" class="emoticon emoticon-catvery-happy" src="https://communities.sas.com/i/smilies/16x16_cat-very-happy.png" alt="Cat Very Happy" title="Cat Very Happy" /&gt;&lt;BR /&gt;&lt;BR /&gt;Instead of using it through a separate format statement I used it with the "valuesformat=" option on the xaxis statement - the former caused my axis to change from semi-yearly to yearly, for some reason. Using it with valuesformat works perfectly.&lt;BR /&gt;&lt;BR /&gt;Thank you very, very much.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 17:16:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/449731#M15450</guid>
      <dc:creator>sm4</dc:creator>
      <dc:date>2018-03-29T17:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined Formats in PROC SGPLOT, cannot use discrete axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/450019#M15457</link>
      <description>&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like regular user-created formats will show up but picture formats won't, based on my experience and what documentation/others say.&amp;nbsp;The link you shared is&amp;nbsp;really interesting - did not know it was possible to&amp;nbsp;suppress the actual axis and bring in something else. This may be very relevant for separate problems I've been having, thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 19:04:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/User-defined-Formats-in-PROC-SGPLOT-cannot-use-discrete-axis/m-p/450019#M15457</guid>
      <dc:creator>sm4</dc:creator>
      <dc:date>2018-03-30T19:04:14Z</dc:date>
    </item>
  </channel>
</rss>

