<?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 how to assign colors and markers to specific values in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-to-assign-colors-and-markers-to-specific-values/m-p/86446#M38530</link>
    <description>&lt;P&gt;I have a graph built out, but I would like to assign colors and markers to specific values. I have 8 variables. I would like 5 of them to be a different color and the other 3 to be different markers. How would I go about doing this in the script?&lt;/P&gt;</description>
    <pubDate>Wed, 26 Dec 2018 21:07:20 GMT</pubDate>
    <dc:creator>jmpbchoi</dc:creator>
    <dc:date>2018-12-26T21:07:20Z</dc:date>
    <item>
      <title>how to assign colors and markers to specific values</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-assign-colors-and-markers-to-specific-values/m-p/86446#M38530</link>
      <description>&lt;P&gt;I have a graph built out, but I would like to assign colors and markers to specific values. I have 8 variables. I would like 5 of them to be a different color and the other 3 to be different markers. How would I go about doing this in the script?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 21:07:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-assign-colors-and-markers-to-specific-values/m-p/86446#M38530</guid>
      <dc:creator>jmpbchoi</dc:creator>
      <dc:date>2018-12-26T21:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to assign colors and markers to specific values</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-assign-colors-and-markers-to-specific-values/m-p/86449#M38533</link>
      <description>&lt;P&gt;You should be able to interactively change the the graph to the settings you want, and then to go to the red triangle, and select "Save Script".&amp;nbsp; The script generated will give you the JSL required to make the changes you want.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 21:47:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-assign-colors-and-markers-to-specific-values/m-p/86449#M38533</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-12-26T21:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to assign colors and markers to specific values</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-assign-colors-and-markers-to-specific-values/m-p/86482#M38556</link>
      <description>&lt;P&gt;This is just to add to Jim's reply. From the JMP main menu select Help&amp;gt;Scripting Index&amp;gt; All Categories find some of these table messages.&lt;/P&gt;&lt;P&gt;If you are learning JSL, look up Row State, in the JMP Scripting Guide.&amp;nbsp; The example code is meant for Big Class.jmp.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt&amp;lt;&amp;lt;color by column(:sex);
dt&amp;lt;&amp;lt;marker by column(:sex);


dt&amp;lt;&amp;lt;select where(:sex=="F");
dt&amp;lt;&amp;lt;colors(14)&amp;lt;&amp;lt;markers(15);

dt&amp;lt;&amp;lt;select where(:sex=="M");
dt&amp;lt;&amp;lt;colors(8)&amp;lt;&amp;lt;markers(12);
dt&amp;lt;&amp;lt;clear select;

dt &amp;lt;&amp;lt; select rows(1::5);
dt &amp;lt;&amp;lt; Colors("Blue");
dt&amp;lt;&amp;lt;clear select;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Dec 2018 20:25:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-assign-colors-and-markers-to-specific-values/m-p/86482#M38556</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-12-28T20:25:37Z</dc:date>
    </item>
  </channel>
</rss>

