<?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: Is it possible to create a custom marker theme? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-create-a-custom-marker-theme/m-p/664550#M85296</link>
    <description>&lt;P&gt;Thank you for your reply, but that is not what I am looking for. I am trying to assign row states based on particular column, so was wondering if it would be possible to create custom marker theme that I could just import. For instance,&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; Color or Mark by Column( Label, Marker Theme( "solid" ), Color Theme( "JMP Dark" ) );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;instead of solid, I would like to create my own theme which would have a list of markers. Hope this gives some more clarity&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2023 17:34:14 GMT</pubDate>
    <dc:creator>Kenobi</dc:creator>
    <dc:date>2023-08-01T17:34:14Z</dc:date>
    <item>
      <title>Is it possible to create a custom marker theme?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-create-a-custom-marker-theme/m-p/664525#M85292</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on color/mark by, under row states. I was able to observe that there is a way to create custom color themes, but not for markers. Is there a way to do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 17:20:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-create-a-custom-marker-theme/m-p/664525#M85292</guid>
      <dc:creator>Kenobi</dc:creator>
      <dc:date>2023-08-01T17:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a custom marker theme?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-create-a-custom-marker-theme/m-p/664540#M85294</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/48529"&gt;@Kenobi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this what you're looking for?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here(1);

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
r = dt &amp;lt;&amp;lt; Select Where( :sex == "M" );
r &amp;lt;&amp;lt; Markers( "+" );
r &amp;lt;&amp;lt; Colors( "Red" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Aug 2023 17:31:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-create-a-custom-marker-theme/m-p/664540#M85294</guid>
      <dc:creator>StarfruitBob</dc:creator>
      <dc:date>2023-08-01T17:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a custom marker theme?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-create-a-custom-marker-theme/m-p/664550#M85296</link>
      <description>&lt;P&gt;Thank you for your reply, but that is not what I am looking for. I am trying to assign row states based on particular column, so was wondering if it would be possible to create custom marker theme that I could just import. For instance,&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; Color or Mark by Column( Label, Marker Theme( "solid" ), Color Theme( "JMP Dark" ) );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;instead of solid, I would like to create my own theme which would have a list of markers. Hope this gives some more clarity&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 17:34:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-create-a-custom-marker-theme/m-p/664550#M85296</guid>
      <dc:creator>Kenobi</dc:creator>
      <dc:date>2023-08-01T17:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a custom marker theme?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-create-a-custom-marker-theme/m-p/664632#M85309</link>
      <description>&lt;P&gt;I think you might be limited to the pre-defined options , custom text markers or using &lt;A href="https://www.jmp.com/support/help/en/17.0/index.shtml#page/jmp/use-images-as-markers.shtml" target="_blank" rel="noopener"&gt;images as markers&lt;/A&gt;. Depending on what type of markers you would like to use, you might be able to create an script/addin/shortcut/toolbar and use that to set for example text markers (or image markers if you were to create new column always).&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 20:24:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-create-a-custom-marker-theme/m-p/664632#M85309</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-08-01T20:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a custom marker theme?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-create-a-custom-marker-theme/m-p/664636#M85313</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/48529"&gt;@Kenobi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See &amp;nbsp;&lt;LI-MESSAGE title="Change Row marker shape through JSL" uid="248839" url="https://community.jmp.com/t5/Discussions/Change-Row-marker-shape-through-JSL/m-p/248839#U248839" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;toward the bottom of the discussion for an example by &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/70"&gt;@gzmorgan0&lt;/a&gt;&amp;nbsp;&amp;nbsp;that might move you forward with your goal of creating custom markers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Stan&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Markers_dt = New Table( "Marker Codes", Add Rows( 301 ), New Column( "Marker Number", Numeric ) );
Markers_dt:Marker Number &amp;lt;&amp;lt; Set Each Value( Row() - 1 );
For( i = 1, i &amp;lt;= N Row( Markers_dt ), i++,
	Marker Of( Row State( i ) ) = i - 1;// Markers_dt:Marker Number[i]
);
Wait( 2 );
Row State( 4 ) = Combine States(
	Selected State( 1 ),
	Hidden State( 1 ),
	Color State( "Dark Blue Green" ),
	Marker State( Hex To Number( "221E" ) ) //Hex for unicode infinity
);
Markers_dt:Marker Number[4] = Hex To Number( "221E" );
Marker Of( Row State( 5 ) ) = Hex To Number( "2606" ); //Hex for star
Markers_dt:Marker Number[5] = Hex To Number( "2606" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Aug 2023 20:41:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-create-a-custom-marker-theme/m-p/664636#M85313</guid>
      <dc:creator>stan_koprowski</dc:creator>
      <dc:date>2023-08-01T20:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a custom marker theme?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-create-a-custom-marker-theme/m-p/664837#M85328</link>
      <description>&lt;P&gt;Thank you very much. This works like a charm.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 18:04:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-create-a-custom-marker-theme/m-p/664837#M85328</guid>
      <dc:creator>Kenobi</dc:creator>
      <dc:date>2023-08-02T18:04:21Z</dc:date>
    </item>
  </channel>
</rss>

