<?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 Fixed marker for a specific entry? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Fixed-marker-for-a-specific-entry/m-p/623513#M82234</link>
    <description>&lt;P&gt;Some while ago I posted a wish&lt;BR /&gt;&lt;LI-MESSAGE title="new Column Property: Value Markers" uid="565358" url="https://community.jmp.com/t5/JMP-Wish-List/new-Column-Property-Value-Markers/m-p/565358#U565358" 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;&lt;BR /&gt;with the idea: add a Column property &lt;STRONG&gt;Value Marker &lt;/STRONG&gt;to define markers for specific column values.&lt;BR /&gt;Unfortunately, is not planned to implement such a functionality in Jmp 18.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the current limitations of Jmp - what is the easiest way to plot a specific class of data points with a defined marker?&lt;/P&gt;&lt;P&gt;I mean: automatically - without the need to specify the marker again and again via the plot legend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that I can select all female entries and define "open triangle" via the row states.&lt;/P&gt;&lt;P&gt;But my actual data set is not static like Big Class.&amp;nbsp;So, that's no option.&lt;/P&gt;&lt;P&gt;Hm, does anybody have a cool trick ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1681832478824.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52065i78020EEAE0BB53F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1681832478824.png" alt="hogi_0-1681832478824.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2023 14:27:14 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2023-06-27T14:27:14Z</dc:date>
    <item>
      <title>Fixed marker for a specific entry?</title>
      <link>https://community.jmp.com/t5/Discussions/Fixed-marker-for-a-specific-entry/m-p/623513#M82234</link>
      <description>&lt;P&gt;Some while ago I posted a wish&lt;BR /&gt;&lt;LI-MESSAGE title="new Column Property: Value Markers" uid="565358" url="https://community.jmp.com/t5/JMP-Wish-List/new-Column-Property-Value-Markers/m-p/565358#U565358" 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;&lt;BR /&gt;with the idea: add a Column property &lt;STRONG&gt;Value Marker &lt;/STRONG&gt;to define markers for specific column values.&lt;BR /&gt;Unfortunately, is not planned to implement such a functionality in Jmp 18.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the current limitations of Jmp - what is the easiest way to plot a specific class of data points with a defined marker?&lt;/P&gt;&lt;P&gt;I mean: automatically - without the need to specify the marker again and again via the plot legend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that I can select all female entries and define "open triangle" via the row states.&lt;/P&gt;&lt;P&gt;But my actual data set is not static like Big Class.&amp;nbsp;So, that's no option.&lt;/P&gt;&lt;P&gt;Hm, does anybody have a cool trick ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1681832478824.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52065i78020EEAE0BB53F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1681832478824.png" alt="hogi_0-1681832478824.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 14:27:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fixed-marker-for-a-specific-entry/m-p/623513#M82234</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-27T14:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed marker for a specific entry?</title>
      <link>https://community.jmp.com/t5/Discussions/Fixed-marker-for-a-specific-entry/m-p/623606#M82241</link>
      <description>&lt;P&gt;You can select Rows &amp;gt; Color or Mark by Column... whenever the data changes to re-assign the markers as desired. Otherwise, you can write a utility script and add it to the Rows menu or make an Add-in to change the Marker row state after each data update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;For Each Row(
	Row State() = If( :sex == "F", Marker State( 5 ), Marker State( 1 ) );
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Apr 2023 18:09:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fixed-marker-for-a-specific-entry/m-p/623606#M82241</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-04-18T18:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed marker for a specific entry?</title>
      <link>https://community.jmp.com/t5/Discussions/Fixed-marker-for-a-specific-entry/m-p/623618#M82243</link>
      <description>&lt;P&gt;And if all corresponding rows have the same marker state, the legend will adjust accordingly - brilliant!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 18:53:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fixed-marker-for-a-specific-entry/m-p/623618#M82243</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-04-18T18:53:16Z</dc:date>
    </item>
  </channel>
</rss>

