<?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 Creating graphs with 3 variables in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-graphs-with-3-variables/m-p/854220#M16840</link>
    <description>&lt;P&gt;Hi everyone&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a dataset with three columns.&lt;/P&gt;&lt;P&gt;Here is an extract:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_vichz_0-1673994646528.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79463i6BDDE71A0C5F5648/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_vichz_0-1673994646528.png" alt="_vichz_0-1673994646528.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For a given line, the value for the third variable was obtained by fixing the first and second variables. The goal is to see how the third variable evolves for different combinations of the first and second variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to make a graphic (3D or contour plot) where x= window, y=bandwidth and z=last_variance__first_variance, but I don't know how ... Could you please me ?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2023 22:46:18 GMT</pubDate>
    <dc:creator>_vichz</dc:creator>
    <dc:date>2023-01-17T22:46:18Z</dc:date>
    <item>
      <title>Creating graphs with 3 variables</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-graphs-with-3-variables/m-p/854220#M16840</link>
      <description>&lt;P&gt;Hi everyone&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a dataset with three columns.&lt;/P&gt;&lt;P&gt;Here is an extract:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_vichz_0-1673994646528.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79463i6BDDE71A0C5F5648/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_vichz_0-1673994646528.png" alt="_vichz_0-1673994646528.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For a given line, the value for the third variable was obtained by fixing the first and second variables. The goal is to see how the third variable evolves for different combinations of the first and second variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to make a graphic (3D or contour plot) where x= window, y=bandwidth and z=last_variance__first_variance, but I don't know how ... Could you please me ?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 22:46:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-graphs-with-3-variables/m-p/854220#M16840</guid>
      <dc:creator>_vichz</dc:creator>
      <dc:date>2023-01-17T22:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating graphs with 3 variables</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-graphs-with-3-variables/m-p/854222#M16841</link>
      <description>&lt;P&gt;See examples here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/sassamples/graphgallery/PROC_G3D.html" target="_blank"&gt;https://support.sas.com/sassamples/graphgallery/PROC_G3D.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Link to code for each graphic is provided via a URL link in the page as well.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/437787"&gt;@_vichz&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi everyone&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a dataset with three columns.&lt;/P&gt;
&lt;P&gt;Here is an extract:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_vichz_0-1673994646528.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79463i6BDDE71A0C5F5648/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_vichz_0-1673994646528.png" alt="_vichz_0-1673994646528.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For a given line, the value for the third variable was obtained by fixing the first and second variables. The goal is to see how the third variable evolves for different combinations of the first and second variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to make a graphic (3D or contour plot) where x= window, y=bandwidth and z=last_variance__first_variance, but I don't know how ... Could you please me ?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 23:10:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-graphs-with-3-variables/m-p/854222#M16841</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-01-17T23:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating graphs with 3 variables</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-graphs-with-3-variables/m-p/854224#M16842</link>
      <description>&lt;P&gt;Thank you very much&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; !&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 23:16:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-graphs-with-3-variables/m-p/854224#M16842</guid>
      <dc:creator>_vichz</dc:creator>
      <dc:date>2023-01-17T23:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating graphs with 3 variables</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-graphs-with-3-variables/m-p/854227#M16843</link>
      <description>&lt;P&gt;Adding in this one as it's interesting &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2022/07/11/a-better-3d-scatter-plot-macro/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2022/07/11/a-better-3d-scatter-plot-macro/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 23:24:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-graphs-with-3-variables/m-p/854227#M16843</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-01-17T23:24:31Z</dc:date>
    </item>
  </channel>
</rss>

