<?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 3D Plotting inset variables of a variable from data. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/3D-Plotting-inset-variables-of-a-variable-from-data/m-p/421924#M14510</link>
    <description>&lt;P&gt;Does anyone know create a 3d plot of variables from a specific variable of data using proc univariate? I was able to to create a regular plot:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title 'Mean and Skew Deviation Analysis'; &lt;BR /&gt;proc univariate data="E:/hsb2tull.sas7bdat";
var write;
probplot write / normal (mu=est sigma=est) square;
label write = 'Write deviation';
inset mean skew / format=6.4;
run;
ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However&amp;nbsp; when I tried to do the same with proc g3d, it came up with error.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Dec 2017 09:10:45 GMT</pubDate>
    <dc:creator>mickir1</dc:creator>
    <dc:date>2017-12-18T09:10:45Z</dc:date>
    <item>
      <title>3D Plotting inset variables of a variable from data.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3D-Plotting-inset-variables-of-a-variable-from-data/m-p/421924#M14510</link>
      <description>&lt;P&gt;Does anyone know create a 3d plot of variables from a specific variable of data using proc univariate? I was able to to create a regular plot:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title 'Mean and Skew Deviation Analysis'; &lt;BR /&gt;proc univariate data="E:/hsb2tull.sas7bdat";
var write;
probplot write / normal (mu=est sigma=est) square;
label write = 'Write deviation';
inset mean skew / format=6.4;
run;
ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However&amp;nbsp; when I tried to do the same with proc g3d, it came up with error.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 09:10:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3D-Plotting-inset-variables-of-a-variable-from-data/m-p/421924#M14510</guid>
      <dc:creator>mickir1</dc:creator>
      <dc:date>2017-12-18T09:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Plotting inset variables of a variable from data.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3D-Plotting-inset-variables-of-a-variable-from-data/m-p/421929#M14511</link>
      <description>&lt;P&gt;What error?&amp;nbsp; Post a full log.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 09:35:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3D-Plotting-inset-variables-of-a-variable-from-data/m-p/421929#M14511</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-12-18T09:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Plotting inset variables of a variable from data.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3D-Plotting-inset-variables-of-a-variable-from-data/m-p/422168#M14528</link>
      <description>&lt;P&gt;To reinforce &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Post the Proc G3D code and any messages from the log. Copy and Paste into a code box opened using the forum {I} menu icon.&lt;/P&gt;
&lt;P&gt;The code box is important because the forum will reformat text moving indicators such as the underscore character associated with many error messages that point to the place/s SAS found a coding error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 23:42:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3D-Plotting-inset-variables-of-a-variable-from-data/m-p/422168#M14528</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-12-18T23:42:50Z</dc:date>
    </item>
  </channel>
</rss>

