<?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: Surface plot with different z and contour axes in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Surface-plot-with-different-z-and-contour-axes/m-p/307820#M56218</link>
    <description>&lt;P&gt;Thanks a lot! You've saved me countless hours of further trials.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping not to go into the 3D scenes but it appears to be the only solution. I'll look into your example as well. I've done very little with 3D Scenes so I got some things to learn.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, thanks for the reply.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Sep 2020 11:19:08 GMT</pubDate>
    <dc:creator>burakbagdatli</dc:creator>
    <dc:date>2020-09-15T11:19:08Z</dc:date>
    <item>
      <title>Surface plot with different z and contour axes</title>
      <link>https://community.jmp.com/t5/Discussions/Surface-plot-with-different-z-and-contour-axes/m-p/307769#M56214</link>
      <description>&lt;P&gt;I would like to plot a surface plot with x, y, and z axes as the positions in the graph "cube" but use a different axis (I'll call this axis "p") to overlay data on top of the surface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I plot a surface using my 4 axes, as soon as I put Z as my response and choose surface as a style, the surface fill defaults to Z's values which isn't very useful. It's basically plotting the same variable in two ways.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to script my way out of this? Could a different column be used as a continuous/discrete gradient surface fill?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;I want the surface to look exactly like this with XYZ as coordinates but use column P as the continuous fill not Z:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 821px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/26751i63A2B241300A0FAC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Ignore "Column 4" in the example screenshot. It's empty and serves no purpose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a prototype data table to this message that I was trying things on.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:05:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Surface-plot-with-different-z-and-contour-axes/m-p/307769#M56214</guid>
      <dc:creator>burakbagdatli</dc:creator>
      <dc:date>2023-06-11T11:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Surface plot with different z and contour axes</title>
      <link>https://community.jmp.com/t5/Discussions/Surface-plot-with-different-z-and-contour-axes/m-p/307788#M56215</link>
      <description>&lt;P&gt;Further context: if P is a formula column, I can achieve a close-enough effect but the graph is not contained within the data ranges and the sheet basically extends to a rectangular bounds of xmin,xmax and ymin,ymax. As you can see, I'm trying to get a custom shape with my coordinates with bits and pieces missing from the x and y ranges.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 00:41:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Surface-plot-with-different-z-and-contour-axes/m-p/307788#M56215</guid>
      <dc:creator>burakbagdatli</dc:creator>
      <dc:date>2020-09-15T00:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Surface plot with different z and contour axes</title>
      <link>https://community.jmp.com/t5/Discussions/Surface-plot-with-different-z-and-contour-axes/m-p/307818#M56216</link>
      <description>&lt;P&gt;&lt;LI-MESSAGE title="Custom Visualization" uid="191559" url="https://community.jmp.com/t5/Uncharted/Custom-Visualization/m-p/191559#U191559" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;uses the Scene3D/OpenGL underpinnings of the surface plot to make a visualization similar to what you describe. The surface coloring and surface height are from two different functions. The surface height is animated across time. You could also just render a single frame and try using an ArcBall to rotate it with the mouse. The example uses a lot of polygons with color specified for each corner and might need better hardware or fewer polygons to perform well. There are also examples in the scene3D example folder; you may need to add an axis and other labeling.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Crater" style="width: 644px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/16775iFC82581E7E1F3E13/image-size/large?v=v2&amp;amp;px=999" role="button" title="Crater.png" alt="Crater" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Crater&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also, you can display multiple functions, and you can make one of the functions be a contour plot on the floor of the cube.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Two different functions, one as a surface, one as a contour" style="width: 993px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/26757i77C55E392E428AAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Two different functions, one as a surface, one as a contour" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Two different functions, one as a surface, one as a contour&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The contour lines of one function can't be mapped onto the surface of another function with this platform.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 10:54:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Surface-plot-with-different-z-and-contour-axes/m-p/307818#M56216</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2020-09-15T10:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Surface plot with different z and contour axes</title>
      <link>https://community.jmp.com/t5/Discussions/Surface-plot-with-different-z-and-contour-axes/m-p/307819#M56217</link>
      <description>&lt;P&gt;Also, if you want to create a hole in the surface, arrange for the formula to return missing values for Z.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 10:58:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Surface-plot-with-different-z-and-contour-axes/m-p/307819#M56217</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2020-09-15T10:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Surface plot with different z and contour axes</title>
      <link>https://community.jmp.com/t5/Discussions/Surface-plot-with-different-z-and-contour-axes/m-p/307820#M56218</link>
      <description>&lt;P&gt;Thanks a lot! You've saved me countless hours of further trials.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping not to go into the 3D scenes but it appears to be the only solution. I'll look into your example as well. I've done very little with 3D Scenes so I got some things to learn.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, thanks for the reply.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 11:19:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Surface-plot-with-different-z-and-contour-axes/m-p/307820#M56218</guid>
      <dc:creator>burakbagdatli</dc:creator>
      <dc:date>2020-09-15T11:19:08Z</dc:date>
    </item>
  </channel>
</rss>

