<?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: How to remove graph image in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-remove-graph-image/m-p/631629#M82997</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/47878"&gt;@mmarchandTSI&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... Interesting that the log doesn't capture anything when you remove the image this way.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The log is amazingly useful to learn JSL. But you cannot learn everything from the log:&lt;BR /&gt;The log provides a script to get B.&lt;/P&gt;&lt;P&gt;It doesn't capture how get get from A to B.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can learn from the log how to generate a graph with a picture in the background - or a graph without such a picture:&lt;BR /&gt;just close the graph and the advanced log will show you a JSL script to generate the latest version.&lt;BR /&gt;No intermediate changes to the graph are captured. So, it's not possible to learn how a picture is removed.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;There are many more steps which are not captured:&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/JMP-Wish-List/Workflow-Builder-AddIns/idc-p/614232/highlight/true#M4043" target="_blank"&gt;https://community.jmp.com/t5/JMP-Wish-List/Workflow-Builder-AddIns/idc-p/614232/highlight/true#M4043&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;But there is no strict rule -&amp;nbsp;&lt;STRONG&gt;Select matching Cells&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;and &lt;STRONG&gt;Select Where&lt;/STRONG&gt; are captured, &amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Select all rows &lt;/STRONG&gt;is not captured.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 May 2023 19:39:41 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2023-05-12T19:39:41Z</dc:date>
    <item>
      <title>How to remove graph image</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-graph-image/m-p/631548#M82988</link>
      <description>&lt;P&gt;In some cases, it's helpful to plot data over an image, or, more specifically, plot XY locations over an image and enable a graphlet of the pertinent data.&amp;nbsp; We can quickly associate the gathered data with visible aspects of our samples.&amp;nbsp; Adding an image to the graph is easy&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;frame &amp;lt;&amp;lt; Add Image( image( img ), bounds( top( 600 ), left( 0 ), bottom( 0 ), right( 1200 ) ) )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and I do it a lot.&amp;nbsp; I am yet to find a way to remove or replace the image with another, say, through a filter change handler.&amp;nbsp; My current solution is to set up a window with my sample names.&amp;nbsp; When a sample is selected, the graph display window closes and is relaunched using the image associated with that sample.&amp;nbsp; I'd love to find a way to simply&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;frame &amp;lt;&amp;lt; Remove Image&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or something similar.&amp;nbsp; Not a dealbreaker, but it would improve the experience and simplify the script.&amp;nbsp; I'm on JMP 17.1.0.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:10:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-graph-image/m-p/631548#M82988</guid>
      <dc:creator>mmarchandTSI</dc:creator>
      <dc:date>2023-06-09T16:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove graph image</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-graph-image/m-p/631564#M82990</link>
      <description>&lt;P&gt;This seemed to work ... there might be a more elegant way:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;cr = current report();
fb = cr[FrameBox(1)];
seg = fb &amp;lt;&amp;lt; FindSeg( PictSeg( 1 ) );
seg &amp;lt;&amp;lt; remove;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Interactively you can remove the image and the tool tip says it removes the PictSeg; so this code was inspired by the scripting index description of PictSeg.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 14:35:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-graph-image/m-p/631564#M82990</guid>
      <dc:creator>David_Burnham</dc:creator>
      <dc:date>2023-05-12T14:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove graph image</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-graph-image/m-p/631595#M82993</link>
      <description>&lt;P&gt;Manually, you could remove the image via the right click menu: &lt;STRONG&gt;Image/Remove&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1683906257354.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52778iEE43DFC741514EA6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1683906257354.png" alt="hogi_0-1683906257354.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 15:45:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-graph-image/m-p/631595#M82993</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-05-12T15:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove graph image</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-graph-image/m-p/631602#M82995</link>
      <description>&lt;P&gt;I had overlooked this.&amp;nbsp; Interesting that the log doesn't capture anything when you remove the image this way.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 16:18:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-graph-image/m-p/631602#M82995</guid>
      <dc:creator>mmarchandTSI</dc:creator>
      <dc:date>2023-05-12T16:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove graph image</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-graph-image/m-p/631603#M82996</link>
      <description>&lt;P&gt;Thanks!&amp;nbsp; This will make the script less jarring to use.&amp;nbsp; I'll have to remember to use the tooltips to my advantage.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 16:20:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-graph-image/m-p/631603#M82996</guid>
      <dc:creator>mmarchandTSI</dc:creator>
      <dc:date>2023-05-12T16:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove graph image</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-graph-image/m-p/631629#M82997</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/47878"&gt;@mmarchandTSI&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... Interesting that the log doesn't capture anything when you remove the image this way.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The log is amazingly useful to learn JSL. But you cannot learn everything from the log:&lt;BR /&gt;The log provides a script to get B.&lt;/P&gt;&lt;P&gt;It doesn't capture how get get from A to B.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can learn from the log how to generate a graph with a picture in the background - or a graph without such a picture:&lt;BR /&gt;just close the graph and the advanced log will show you a JSL script to generate the latest version.&lt;BR /&gt;No intermediate changes to the graph are captured. So, it's not possible to learn how a picture is removed.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;There are many more steps which are not captured:&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/JMP-Wish-List/Workflow-Builder-AddIns/idc-p/614232/highlight/true#M4043" target="_blank"&gt;https://community.jmp.com/t5/JMP-Wish-List/Workflow-Builder-AddIns/idc-p/614232/highlight/true#M4043&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;But there is no strict rule -&amp;nbsp;&lt;STRONG&gt;Select matching Cells&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;and &lt;STRONG&gt;Select Where&lt;/STRONG&gt; are captured, &amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Select all rows &lt;/STRONG&gt;is not captured.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 19:39:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-graph-image/m-p/631629#M82997</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-05-12T19:39:41Z</dc:date>
    </item>
  </channel>
</rss>

