<?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: Color Coding Variability Charts through Script in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Color-Coding-Variability-Charts-through-Script/m-p/16308#M14864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thats right. Row colors would show up in the variability plot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code is close to do what you want. &lt;EM&gt;Get Rows Where()&lt;/EM&gt; returns a matrix but &amp;lt;&amp;lt;&lt;EM&gt;Colors&lt;/EM&gt; expects a data table. &lt;/P&gt;&lt;P&gt;Try this instead: &lt;/P&gt;&lt;P style="margin: 0px; font-size: 14px; line-height: normal; font-family: Courier; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;dt &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;Select Where&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;:&lt;SPAN style="color: #000000;"&gt;Day &lt;/SPAN&gt;==&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Informat&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;"2015/11/12"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;))&lt;/STRONG&gt; &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;Colors&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;"Red"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2016 12:33:06 GMT</pubDate>
    <dc:creator>ms</dc:creator>
    <dc:date>2016-01-18T12:33:06Z</dc:date>
    <item>
      <title>Color Coding Variability Charts through Script</title>
      <link>https://community.jmp.com/t5/Discussions/Color-Coding-Variability-Charts-through-Script/m-p/16307#M14863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple problem with variability chart which I am not able to script properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do a color coding for my variablility charts as per required conditions. For example, I will I want all the rows with 12-Nov-2015 to come in red color and rest in black color. I want to use similar conditions to color code my data for better representation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this simple code ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt = Open("Test.jmp");&lt;/P&gt;&lt;P&gt;dt&amp;lt;&amp;lt; Get Rows Where(:Day == informat ("2015/11/12")) &amp;lt;&amp;lt; colors (1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is obviously not working. Can you guide me through it ?&lt;/P&gt;&lt;P&gt;I am thinking of changing the color state of the rows and then I believe when I plot the variability chart they will automatically come in different colors, right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 08:17:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Color-Coding-Variability-Charts-through-Script/m-p/16307#M14863</guid>
      <dc:creator>akash_nigam_gma</dc:creator>
      <dc:date>2016-01-18T08:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Color Coding Variability Charts through Script</title>
      <link>https://community.jmp.com/t5/Discussions/Color-Coding-Variability-Charts-through-Script/m-p/16308#M14864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thats right. Row colors would show up in the variability plot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code is close to do what you want. &lt;EM&gt;Get Rows Where()&lt;/EM&gt; returns a matrix but &amp;lt;&amp;lt;&lt;EM&gt;Colors&lt;/EM&gt; expects a data table. &lt;/P&gt;&lt;P&gt;Try this instead: &lt;/P&gt;&lt;P style="margin: 0px; font-size: 14px; line-height: normal; font-family: Courier; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;dt &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;Select Where&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;:&lt;SPAN style="color: #000000;"&gt;Day &lt;/SPAN&gt;==&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Informat&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;"2015/11/12"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;))&lt;/STRONG&gt; &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;Colors&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;"Red"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:33:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Color-Coding-Variability-Charts-through-Script/m-p/16308#M14864</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2016-01-18T12:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Color Coding Variability Charts through Script</title>
      <link>https://community.jmp.com/t5/Discussions/Color-Coding-Variability-Charts-through-Script/m-p/16309#M14865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks MS. It was a useful information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A quick follow up question, every time I save the datatable and reopen, this color information is lost? Can you suggest how this color information can be retained till I deliberately delete it, even after my closing and opening the datatable multiple times?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 00:26:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Color-Coding-Variability-Charts-through-Script/m-p/16309#M14865</guid>
      <dc:creator>akash_nigam_gma</dc:creator>
      <dc:date>2016-01-19T00:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Color Coding Variability Charts through Script</title>
      <link>https://community.jmp.com/t5/Discussions/Color-Coding-Variability-Charts-through-Script/m-p/16310#M14866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is odd. Rowstates incl. colors are normally saved with the data table (assuming you save as .jmp, not export as .xls, .csv etc.).&lt;/P&gt;&lt;P&gt;Make sure the table doesn't have an "OnOpen" table script that wipes the saved row states.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 18:33:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Color-Coding-Variability-Charts-through-Script/m-p/16310#M14866</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2016-01-19T18:33:29Z</dc:date>
    </item>
  </channel>
</rss>

