<?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: change markers for selected points in a graph using JSL in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/change-markers-for-selected-points-in-a-graph-using-JSL/m-p/934650#M109050</link>
    <description>&lt;P&gt;One major disadvantage of this approach is that: Overlay is often used for another purpose. &lt;BR /&gt;If you would like the option to use &lt;LI-MESSAGE title="Overlay by multiple columns" uid="188405" url="https://community.jmp.com/t5/JMP-Wish-List/Graph-Builder-Overlay-by-multiple-columns/m-p/188405#U188405" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;, please follow the wish and vote!&lt;BR /&gt;&lt;BR /&gt;Another option:&lt;BR /&gt;Via right click - assign a Row State/Marker to the selected columns.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Unbenannt.png" style="width: 482px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/95532i4DAAA80892CB23DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Unbenannt.png" alt="Unbenannt.png" /&gt;&lt;/span&gt;&lt;BR /&gt;The disadvantage of this approach: row states are static, they don't adapt interactively to the current data!&lt;/P&gt;</description>
    <pubDate>Tue, 10 Mar 2026 21:09:53 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2026-03-10T21:09:53Z</dc:date>
    <item>
      <title>change markers for selected points in a graph using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/change-markers-for-selected-points-in-a-graph-using-JSL/m-p/934562#M109043</link>
      <description>&lt;P&gt;I need to highlight some selected points on a plot. I can select them, but the selection does not show on saved plots, so as alternative, I want to change the markers of the selected points (i.e. rows).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's probably just one line, but can't figure out how to do that. Could somebody advise, please?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");

Graph Builder(
	Variables( X( :height ), Y( :weight )),
	Show Control Panel( 0 ),
);

dt &amp;lt;&amp;lt; Select Where (:sex == "F");

//now I want to change the marker for the selected data&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Mar 2026 14:11:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/change-markers-for-selected-points-in-a-graph-using-JSL/m-p/934562#M109043</guid>
      <dc:creator>matthias_bruchh</dc:creator>
      <dc:date>2026-03-10T14:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: change markers for selected points in a graph using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/change-markers-for-selected-points-in-a-graph-using-JSL/m-p/934574#M109044</link>
      <description>&lt;P&gt;You can send the &amp;lt;&amp;lt;Markers message to the data table when the rows you want are selected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; Markers( "triangle" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Mar 2026 14:20:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/change-markers-for-selected-points-in-a-graph-using-JSL/m-p/934574#M109044</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2026-03-10T14:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: change markers for selected points in a graph using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/change-markers-for-selected-points-in-a-graph-using-JSL/m-p/934645#M109049</link>
      <description>&lt;P&gt;You have to save the selection as 0/1&amp;nbsp; into a column *) - and use that column as Overlay.&lt;BR /&gt;In your case, you can directly use SEX as Overlay.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;* in the video I used the shortcut key from the&amp;nbsp;&lt;A href="https://marketplace.jmp.com/appdetails/Quickselect+Toolbar" target="_blank"&gt;Quickselect Toolbar&lt;/A&gt;&amp;nbsp;. As an alternative,you can Name Selection in Column from the Rows/Row Selection menu,&lt;BR /&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6390698550112w1102h538r262" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6390698550112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6390698550112w1102h538r262');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6390698550112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 21:03:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/change-markers-for-selected-points-in-a-graph-using-JSL/m-p/934645#M109049</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-03-10T21:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: change markers for selected points in a graph using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/change-markers-for-selected-points-in-a-graph-using-JSL/m-p/934650#M109050</link>
      <description>&lt;P&gt;One major disadvantage of this approach is that: Overlay is often used for another purpose. &lt;BR /&gt;If you would like the option to use &lt;LI-MESSAGE title="Overlay by multiple columns" uid="188405" url="https://community.jmp.com/t5/JMP-Wish-List/Graph-Builder-Overlay-by-multiple-columns/m-p/188405#U188405" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;, please follow the wish and vote!&lt;BR /&gt;&lt;BR /&gt;Another option:&lt;BR /&gt;Via right click - assign a Row State/Marker to the selected columns.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Unbenannt.png" style="width: 482px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/95532i4DAAA80892CB23DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Unbenannt.png" alt="Unbenannt.png" /&gt;&lt;/span&gt;&lt;BR /&gt;The disadvantage of this approach: row states are static, they don't adapt interactively to the current data!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 21:09:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/change-markers-for-selected-points-in-a-graph-using-JSL/m-p/934650#M109050</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-03-10T21:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: change markers for selected points in a graph using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/change-markers-for-selected-points-in-a-graph-using-JSL/m-p/934942#M109070</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;,&amp;nbsp;that's an interesting feature. Here though, I was looking for a JSL solution (which&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/58003"&gt;@mmarchandFSLR&lt;/a&gt;&amp;nbsp;provided).&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 06:56:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/change-markers-for-selected-points-in-a-graph-using-JSL/m-p/934942#M109070</guid>
      <dc:creator>matthias_bruchh</dc:creator>
      <dc:date>2026-03-12T06:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: change markers for selected points in a graph using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/change-markers-for-selected-points-in-a-graph-using-JSL/m-p/935294#M109106</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/58003"&gt;@mmarchandFSLR&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Is there a similar way to change the size of the markers? Simply adding&lt;BR /&gt;&lt;BR /&gt;Based on the example in the Scripting Index I tried a few approaches. The version below selects the right markers, but changes the size of all markers, not just the selected ones.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");

gb = Graph Builder(
	Variables( X( :height ), Y( :weight )),
	Show Control Panel( 0 ),
);

dt &amp;lt;&amp;lt; Select Where (:sex == "F");
rbiv = gb &amp;lt;&amp;lt; report;
//rbiv &amp;lt;&amp;lt; Select Where (:sex == "F");
framebox = rbiv[Frame Box( 1 )];
//framebox &amp;lt;&amp;lt; Select Where (:sex == "F");
framebox &amp;lt;&amp;lt; Marker Size( 7 );
dt &amp;lt;&amp;lt; Marker Size( 7 );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Mar 2026 22:11:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/change-markers-for-selected-points-in-a-graph-using-JSL/m-p/935294#M109106</guid>
      <dc:creator>matthias_bruchh</dc:creator>
      <dc:date>2026-03-13T22:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: change markers for selected points in a graph using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/change-markers-for-selected-points-in-a-graph-using-JSL/m-p/935329#M109110</link>
      <description>&lt;P&gt;calculate a SIZE column from your selection (0/1) and use it as &lt;FONT face="courier new,courier"&gt;size&amp;nbsp;&lt;/FONT&gt;in Graph Builder. Then you get different sizes for selected and non-selected points.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2026 07:56:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/change-markers-for-selected-points-in-a-graph-using-JSL/m-p/935329#M109110</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-03-14T07:56:55Z</dc:date>
    </item>
  </channel>
</rss>

