<?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: Creating a gif of a rotating surface plots and profiler for use in Presentations in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Creating-a-gif-of-a-rotating-surface-plots-and-profiler-for-use/m-p/570718#M78072</link>
    <description>&lt;P&gt;&amp;nbsp;I have created a temporary workaround for this!&lt;BR /&gt;1) Download the 3D Plots Tools Add In&lt;/P&gt;&lt;P&gt;2) Open in Add In Builder &lt;STRONG&gt;File -&amp;gt; Open Navigate to the file for 3D plots Use the drop down open button to open with add in builder&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3) Navigate to &lt;STRONG&gt;Menu Items -&amp;gt; click on 3D plot tools&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdamWinnifrith_0-1668707783602.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47435iEEDEB56D1C1D5779/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdamWinnifrith_0-1668707783602.png" alt="AdamWinnifrith_0-1668707783602.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4) At line 74, comment out&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;s3dwins = filter( wins, Expr( checkifs3d ) );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and replace with:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;s3dwins = wins;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;As below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdamWinnifrith_1-1668707810823.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47436i04B7CBAEE67CD7B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdamWinnifrith_1-1668707810823.png" alt="AdamWinnifrith_1-1668707810823.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(This removes the requirement to only show scatter plots in the list of open windows)&lt;/P&gt;&lt;P&gt;5) Change the rotation axis to the z-axis as this works a lot better for Surface Plots using the below change (I've also found that a y angle of 180 works well&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdamWinnifrith_2-1668707934470.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47437iBDBF46E357E3E305/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdamWinnifrith_2-1668707934470.png" alt="AdamWinnifrith_2-1668707934470.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try to come up with a nicer way of doing this and then push to the github!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Nov 2022 18:00:14 GMT</pubDate>
    <dc:creator>AdamWinnifrith</dc:creator>
    <dc:date>2022-11-17T18:00:14Z</dc:date>
    <item>
      <title>Creating a gif of a rotating surface plots and profiler for use in Presentations</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-a-gif-of-a-rotating-surface-plots-and-profiler-for-use/m-p/570518#M78065</link>
      <description>&lt;P&gt;I am trying to create a gif of a rotating surface plot/profiler for use in a PowerPoint Presentation.&lt;/P&gt;&lt;P&gt;I have seen that you can export gif animations of bubble plots (&lt;A href="https://community.jmp.com/t5/JMP-On-Air/Exporting-GIF-Animations-in-JMP/ta-p/261011" target="_blank"&gt;https://community.jmp.com/t5/JMP-On-Air/Exporting-GIF-Animations-in-JMP/ta-p/261011&lt;/A&gt;) and that there is an add in for doing this for scatter plots (&lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/3D-Plot-Tools/ta-p/48699" target="_blank"&gt;https://community.jmp.com/t5/JMP-Add-Ins/3D-Plot-Tools/ta-p/48699&lt;/A&gt;) but I haven't seen anything for Surface Plots or Profilers.&lt;/P&gt;&lt;P&gt;Is there any current way to do this in JMP?&lt;/P&gt;&lt;P&gt;Otherwise, inspired by this example (&lt;A href="https://community.jmp.com/t5/Discussions/Saving-JMP-animation/m-p/37025" target="_blank"&gt;https://community.jmp.com/t5/Discussions/Saving-JMP-animation/m-p/37025&lt;/A&gt;), I think I could use JSL to create a FOR loop that changes the Z axis of my graph by 1 degree in each loop, saves the image each time and then creates a gif (example below?)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdamWinnifrith_0-1668688913406.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47420i59DAF6DF8ACF9447/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdamWinnifrith_0-1668688913406.png" alt="AdamWinnifrith_0-1668688913406.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't used JSL before so I wanted to check whether this was already possible and if my idea is feasible before I begin!&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:29:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-a-gif-of-a-rotating-surface-plots-and-profiler-for-use/m-p/570518#M78065</guid>
      <dc:creator>AdamWinnifrith</dc:creator>
      <dc:date>2023-06-11T11:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a gif of a rotating surface plots and profiler for use in Presentations</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-a-gif-of-a-rotating-surface-plots-and-profiler-for-use/m-p/570718#M78072</link>
      <description>&lt;P&gt;&amp;nbsp;I have created a temporary workaround for this!&lt;BR /&gt;1) Download the 3D Plots Tools Add In&lt;/P&gt;&lt;P&gt;2) Open in Add In Builder &lt;STRONG&gt;File -&amp;gt; Open Navigate to the file for 3D plots Use the drop down open button to open with add in builder&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3) Navigate to &lt;STRONG&gt;Menu Items -&amp;gt; click on 3D plot tools&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdamWinnifrith_0-1668707783602.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47435iEEDEB56D1C1D5779/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdamWinnifrith_0-1668707783602.png" alt="AdamWinnifrith_0-1668707783602.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4) At line 74, comment out&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;s3dwins = filter( wins, Expr( checkifs3d ) );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and replace with:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;s3dwins = wins;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;As below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdamWinnifrith_1-1668707810823.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47436i04B7CBAEE67CD7B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdamWinnifrith_1-1668707810823.png" alt="AdamWinnifrith_1-1668707810823.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(This removes the requirement to only show scatter plots in the list of open windows)&lt;/P&gt;&lt;P&gt;5) Change the rotation axis to the z-axis as this works a lot better for Surface Plots using the below change (I've also found that a y angle of 180 works well&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdamWinnifrith_2-1668707934470.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47437iBDBF46E357E3E305/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdamWinnifrith_2-1668707934470.png" alt="AdamWinnifrith_2-1668707934470.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try to come up with a nicer way of doing this and then push to the github!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 18:00:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-a-gif-of-a-rotating-surface-plots-and-profiler-for-use/m-p/570718#M78072</guid>
      <dc:creator>AdamWinnifrith</dc:creator>
      <dc:date>2022-11-17T18:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a gif of a rotating surface plots and profiler for use in Presentations</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-a-gif-of-a-rotating-surface-plots-and-profiler-for-use/m-p/570720#M78073</link>
      <description>&lt;P&gt;Apologies a y angle of 0 and x angle of -65 works well for the Surface Profilers&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 18:06:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-a-gif-of-a-rotating-surface-plots-and-profiler-for-use/m-p/570720#M78073</guid>
      <dc:creator>AdamWinnifrith</dc:creator>
      <dc:date>2022-11-17T18:06:30Z</dc:date>
    </item>
  </channel>
</rss>

