<?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: ODS graphics, 3D surface plot , OVERLAY3D: vertical axis range in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31213#M982</link>
    <description>Thanks, Dan!</description>
    <pubDate>Mon, 28 Mar 2011 15:33:15 GMT</pubDate>
    <dc:creator>statsplank</dc:creator>
    <dc:date>2011-03-28T15:33:15Z</dc:date>
    <item>
      <title>ODS graphics, 3D surface plot , OVERLAY3D: vertical axis range</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31203#M972</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I'd appreciate it if somebody could tell me how I can control the range of values for the z-axis when I produce a surface plot with ODS GRAPHICS proc template's layout overlay3d?&lt;BR /&gt;
&lt;BR /&gt;
I am creating two surface plots, one for each treatment group, and it is important that the axes represent the same range of values for the two groups.&lt;BR /&gt;
&lt;BR /&gt;
Thank you.</description>
      <pubDate>Wed, 16 Mar 2011 16:26:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31203#M972</guid>
      <dc:creator>statsplank</dc:creator>
      <dc:date>2011-03-16T16:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: ODS graphics, 3D surface plot , OVERLAY3D: vertical axis range</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31204#M973</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Currently, GTL-based ods graphics does not have options to control 3D axis ranges.&lt;BR /&gt;
&lt;BR /&gt;
Depending on your usage, you could overlay the two surfaces and use datatransparency= to help view two surfaces if they overlap. Using surfaceType=wireframe would be the other way to view both surfaces inside the same overlay3D layout.&lt;BR /&gt;
&lt;BR /&gt;
With Regards,&lt;BR /&gt;
 -Prashant.</description>
      <pubDate>Wed, 16 Mar 2011 19:00:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31204#M973</guid>
      <dc:creator>PrashantH_sas</dc:creator>
      <dc:date>2011-03-16T19:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: ODS graphics, 3D surface plot , OVERLAY3D: vertical axis range</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31205#M974</link>
      <description>Thank you for replying, Prashant. &lt;BR /&gt;
&lt;BR /&gt;
Proc G3D allows specifying the zmin and zmax values, and this is what I've used to force the vertical axes be the same in the two surface plots.</description>
      <pubDate>Fri, 18 Mar 2011 16:15:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31205#M974</guid>
      <dc:creator>statsplank</dc:creator>
      <dc:date>2011-03-18T16:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: ODS graphics, 3D surface plot , OVERLAY3D: vertical axis range</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31206#M975</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
If this is a feature you would like to see in a future release, you can request that it be put on the SAS Ballot. See:&lt;BR /&gt;
&lt;A href="http://support.sas.com/contact/software_comments.html" target="_blank"&gt;http://support.sas.com/contact/software_comments.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Then it will be evaluated as per our ballot process.&lt;BR /&gt;
&lt;BR /&gt;
With Regards,&lt;BR /&gt;
 -Prashant.</description>
      <pubDate>Wed, 23 Mar 2011 14:00:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31206#M975</guid>
      <dc:creator>PrashantH_sas</dc:creator>
      <dc:date>2011-03-23T14:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: ODS graphics, 3D surface plot , OVERLAY3D: vertical axis range</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31207#M976</link>
      <description>Thank you, Prashant. I'll consider putting it on the ballot.&lt;BR /&gt;
&lt;BR /&gt;
Re: proc G3D. In documentation it says that proc G3D allows specifying axes via the  vaxis=, xaxis, and yaxis= options. It seems not working... I was able to change the overall appearance of the axes with the goptions statement but could not apply the axis1, axis2, axis3 statements (vaxis=axis1 xaxis=axis2 yaxis=axis3 had no effect).&lt;BR /&gt;
&lt;BR /&gt;
Is there something that I should know about  vaxis=, xaxis=, and yaxis= options when used in proc G3D?</description>
      <pubDate>Wed, 23 Mar 2011 14:22:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31207#M976</guid>
      <dc:creator>statsplank</dc:creator>
      <dc:date>2011-03-23T14:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: ODS graphics, 3D surface plot , OVERLAY3D: vertical axis range</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31208#M977</link>
      <description>I believe the axis statement support works only for client-based devices (activex, actximg, java, javaimg).&lt;BR /&gt;
&lt;BR /&gt;
Dan</description>
      <pubDate>Wed, 23 Mar 2011 14:40:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31208#M977</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2011-03-23T14:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: ODS graphics, 3D surface plot , OVERLAY3D: vertical axis range</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31209#M978</link>
      <description>One other comment:&lt;BR /&gt;
&lt;BR /&gt;
If you are creating surface plots, and you are running on a Windows system, I would highly recommend that you use the ACTIVEX or ACTXIMG devices with PROC G3D. The surfaces will look very nice, and you have a choice of surface style, anything from wireframe to smooth gradients. You can even project a contour above or below the surface. If you have any questions about the options to make that happen, just post your question here and I'll post the available options.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Dan</description>
      <pubDate>Wed, 23 Mar 2011 14:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31209#M978</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2011-03-23T14:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: ODS graphics, 3D surface plot , OVERLAY3D: vertical axis range</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31210#M979</link>
      <description>Thanks, Dan. That's exactly right:&lt;BR /&gt;
&lt;BR /&gt;
XAXIS= AXIS&amp;lt;1...&amp;lt;99&amp;gt; &lt;BR /&gt;
assigns an axis definition.&lt;BR /&gt;
&lt;BR /&gt;
Restriction: Partially supported by Java and ActiveX only &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Hmmmm...</description>
      <pubDate>Wed, 23 Mar 2011 14:50:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31210#M979</guid>
      <dc:creator>statsplank</dc:creator>
      <dc:date>2011-03-23T14:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: ODS graphics, 3D surface plot , OVERLAY3D: vertical axis range</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31211#M980</link>
      <description>Thank you, Dan!&lt;BR /&gt;
&lt;BR /&gt;
Yes, if possible, could you please post a sample code for a 3D surface and a contour above or below the surface? I've never used ACTIVEX or ACTXIMG... I am running on Windows.</description>
      <pubDate>Wed, 23 Mar 2011 14:58:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31211#M980</guid>
      <dc:creator>statsplank</dc:creator>
      <dc:date>2011-03-23T14:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: ODS graphics, 3D surface plot , OVERLAY3D: vertical axis range</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31212#M981</link>
      <description>Here is a little example:&lt;BR /&gt;
[pre]&lt;BR /&gt;
goptions dev=actximg;&lt;BR /&gt;
ods html file="lake.html";&lt;BR /&gt;
proc g3d data=sashelp.lake;&lt;BR /&gt;
plot length*width=depth / contour=1 style=4;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Some options for you to try are the following:&lt;BR /&gt;
1. style -- 1=one-color smooth (default), 2=wireframe, 3=filled levels, 4=smooth filled levels.&lt;BR /&gt;
2. contour -- 1=bottom, 2=top -- works best with style=4&lt;BR /&gt;
3. xytype -- 1=surface grid lines run parallel with the X axis, 2=surface grid lines run parallel with the Y axis, 3=grid lines in both directions.&lt;BR /&gt;
&lt;BR /&gt;
You can also use the goptions colors=() list to control the number of color levels shown in style 3 and 4 surfaces.&lt;BR /&gt;
&lt;BR /&gt;
Let me know if you have any other questions.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Dan</description>
      <pubDate>Wed, 23 Mar 2011 18:24:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31212#M981</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2011-03-23T18:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: ODS graphics, 3D surface plot , OVERLAY3D: vertical axis range</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31213#M982</link>
      <description>Thanks, Dan!</description>
      <pubDate>Mon, 28 Mar 2011 15:33:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-3D-surface-plot-OVERLAY3D-vertical-axis-range/m-p/31213#M982</guid>
      <dc:creator>statsplank</dc:creator>
      <dc:date>2011-03-28T15:33:15Z</dc:date>
    </item>
  </channel>
</rss>

