<?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 4-D graph with Proc G3D in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/4-D-graph-with-Proc-G3D/m-p/41241#M1326</link>
    <description>Hi all.&lt;BR /&gt;
&lt;BR /&gt;
I am trying to generate a 4-dimensional graph with SAS Proc G3D. I've written the following code but there are a couple of options that I don't know and would like some help with.&lt;BR /&gt;
&lt;BR /&gt;
GOPTIONS DEVICE=activex;&lt;BR /&gt;
ODS HTML path="&amp;amp;Loc\figures\" body="Test.htm";&lt;BR /&gt;
goptions border;&lt;BR /&gt;
proc g3d data=Power gout = work.Gseg;&lt;BR /&gt;
	Title1 ls=2;&lt;BR /&gt;
	Title2 height=19 "Generalizability coefficient";&lt;BR /&gt;
	format Ni Nj 5.0 Rho 5.2;&lt;BR /&gt;
	plot Ni*Nj=Rho/rotate=60 tilt=80 side grid name="Rho" &lt;BR /&gt;
		caxis=black ctext=black ctop=bib cbottom=blue annotate=anno&lt;BR /&gt;
		zticknum=10 zmin=0 zmax=1 yticknum=5 xticknum=5 xytype=3;&lt;BR /&gt;
		label Ni="No. Items" Nj="No. Occasions" Rho='00'x;&lt;BR /&gt;
run; quit; Title1;&lt;BR /&gt;
ODS HTML CLOSE;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
1) Is there a way to control (either programmatically or manually) the band band region so that I can set the region Rho&amp;gt;0.9 to red, the region Rho&amp;gt;0.8 to orange, and so forth? It appears that the legend that SAS uses by default when I manually set the number of 'Levels' is based on the less than sign. Can the regions be defined based on the greater than sign? For example, I would like the highest region to represent all reliabilities (Rho) &amp;gt; 0.9, followed by the next highest region (Rho&amp;gt;0.8), and so forth.&lt;BR /&gt;
2) Can I control where the axis labels are located?&lt;BR /&gt;
&lt;BR /&gt;
thanks,&lt;BR /&gt;
Cristian</description>
    <pubDate>Wed, 30 Mar 2011 20:43:21 GMT</pubDate>
    <dc:creator>crisgugiu</dc:creator>
    <dc:date>2011-03-30T20:43:21Z</dc:date>
    <item>
      <title>4-D graph with Proc G3D</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/4-D-graph-with-Proc-G3D/m-p/41241#M1326</link>
      <description>Hi all.&lt;BR /&gt;
&lt;BR /&gt;
I am trying to generate a 4-dimensional graph with SAS Proc G3D. I've written the following code but there are a couple of options that I don't know and would like some help with.&lt;BR /&gt;
&lt;BR /&gt;
GOPTIONS DEVICE=activex;&lt;BR /&gt;
ODS HTML path="&amp;amp;Loc\figures\" body="Test.htm";&lt;BR /&gt;
goptions border;&lt;BR /&gt;
proc g3d data=Power gout = work.Gseg;&lt;BR /&gt;
	Title1 ls=2;&lt;BR /&gt;
	Title2 height=19 "Generalizability coefficient";&lt;BR /&gt;
	format Ni Nj 5.0 Rho 5.2;&lt;BR /&gt;
	plot Ni*Nj=Rho/rotate=60 tilt=80 side grid name="Rho" &lt;BR /&gt;
		caxis=black ctext=black ctop=bib cbottom=blue annotate=anno&lt;BR /&gt;
		zticknum=10 zmin=0 zmax=1 yticknum=5 xticknum=5 xytype=3;&lt;BR /&gt;
		label Ni="No. Items" Nj="No. Occasions" Rho='00'x;&lt;BR /&gt;
run; quit; Title1;&lt;BR /&gt;
ODS HTML CLOSE;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
1) Is there a way to control (either programmatically or manually) the band band region so that I can set the region Rho&amp;gt;0.9 to red, the region Rho&amp;gt;0.8 to orange, and so forth? It appears that the legend that SAS uses by default when I manually set the number of 'Levels' is based on the less than sign. Can the regions be defined based on the greater than sign? For example, I would like the highest region to represent all reliabilities (Rho) &amp;gt; 0.9, followed by the next highest region (Rho&amp;gt;0.8), and so forth.&lt;BR /&gt;
2) Can I control where the axis labels are located?&lt;BR /&gt;
&lt;BR /&gt;
thanks,&lt;BR /&gt;
Cristian</description>
      <pubDate>Wed, 30 Mar 2011 20:43:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/4-D-graph-with-Proc-G3D/m-p/41241#M1326</guid>
      <dc:creator>crisgugiu</dc:creator>
      <dc:date>2011-03-30T20:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: 4-D graph with Proc G3D</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/4-D-graph-with-Proc-G3D/m-p/41242#M1327</link>
      <description>Hey Cristian,&lt;BR /&gt;
&lt;BR /&gt;
The number of band colors and their order can be control via the goptions COLORS=() option. You may be able to set the number of colors in a way to match your ranges. There is currently not a way to assign ranges to specific colors.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps,&lt;BR /&gt;
Dan</description>
      <pubDate>Wed, 30 Mar 2011 20:50:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/4-D-graph-with-Proc-G3D/m-p/41242#M1327</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2011-03-30T20:50:08Z</dc:date>
    </item>
  </channel>
</rss>

