<?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: how to set user defined colors for column property &amp;quot;value colors&amp;quot; by jsl? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-to-set-user-defined-colors-for-column-property-quot-value/m-p/252234#M49520</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/17621"&gt;@ivo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try the following and see if it gets you where you want&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here (1);

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt:name &amp;lt;&amp;lt;
	Set Property(
		"Value Colors",
		{"ALFRED" = -13912408, "ALICE" = -4042310, "AMY" = -4354269, "BARBARA" = -13400361, "CAROL" = -2668175, "CHRIS" = -10628061, "CLAY" =
		-12893483, "DANNY" = -2600622, "DAVID" = -12921289, "EDWARD" = -9351208, "ELIZABETH" = -2661054, "FREDERICK" = -13576604, "HENRY" = -9282864,
		"JACLYN" = -6995852, "JAMES" = -1524612, "JANE" = -9458080, "JEFFREY" = -14452073, "JOE" = -6391856, "JOHN" = -2745505, "JUDY" = -10199751,
		"KATIE" = -7150697, "KIRK" = -10513726, "LAWRENCE" = -8381519, "LESLIE" = -3502441, "LEWIS" = -3615440, "LILLIE" = -13925307, "LINDA" =
		-11502354, "LOUISE" = -7449196, "MARION" = -9229791, "MARK" = -4074344, "MARTHA" = -13050224, "MARY" = -12565885, "MICHAEL" = -2068529,
		"PATTY" = -4494272, "PHILLIP" = -11824110, "ROBERT" = -8734293, "SUSAN" = -13849421, "TIM" = -13294235, "WILLIAM" = -1078076}
	)
	&amp;lt;&amp;lt; 	Color Cell by Value;
	&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;generally, i would suggest setting the colors once manually from the menu. then, you can export the script of the column using this nifty add in&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/Copy-Script-For-Selected-Column-s-to-Clipboard/ta-p/34352" target="_blank" rel="noopener"&gt;Copy-Script-For-Selected-Column-s-to-Clipboard&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;let us know if it works&lt;/P&gt;
&lt;P&gt;ron&lt;/P&gt;</description>
    <pubDate>Fri, 13 Mar 2020 13:41:26 GMT</pubDate>
    <dc:creator>ron_horne</dc:creator>
    <dc:date>2020-03-13T13:41:26Z</dc:date>
    <item>
      <title>how to set user defined colors for column property "value colors" by jsl?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-set-user-defined-colors-for-column-property-quot-value/m-p/252223#M49518</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello JMP-experts,&lt;/P&gt;&lt;P&gt;I wonder if there is a way to set the user defined colors in below shown color menu by any script?&lt;/P&gt;&lt;P&gt;For value colors I want to use colors which are not available in the proposed default colors. Once I have defined these additional user defined colors by myself then I can use as I want. However after new installing jmp it is gone and I have to do the same exerice again. Therefore I would like to automate by script to set these colors.&lt;/P&gt;&lt;P&gt;I did not find this color menu in the documetation and have no idea how to&amp;nbsp;access with JSL&amp;nbsp;:(&lt;/img&gt;&lt;/P&gt;&lt;P&gt;Do you have any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks ivo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="colors.JPG" style="width: 821px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/22319iAA35D811DA62529E/image-size/large?v=v2&amp;amp;px=999" role="button" title="colors.JPG" alt="colors.JPG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 12:41:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-set-user-defined-colors-for-column-property-quot-value/m-p/252223#M49518</guid>
      <dc:creator>ivo</dc:creator>
      <dc:date>2020-03-13T12:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to set user defined colors for column property "value colors" by jsl?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-set-user-defined-colors-for-column-property-quot-value/m-p/252234#M49520</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/17621"&gt;@ivo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try the following and see if it gets you where you want&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here (1);

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt:name &amp;lt;&amp;lt;
	Set Property(
		"Value Colors",
		{"ALFRED" = -13912408, "ALICE" = -4042310, "AMY" = -4354269, "BARBARA" = -13400361, "CAROL" = -2668175, "CHRIS" = -10628061, "CLAY" =
		-12893483, "DANNY" = -2600622, "DAVID" = -12921289, "EDWARD" = -9351208, "ELIZABETH" = -2661054, "FREDERICK" = -13576604, "HENRY" = -9282864,
		"JACLYN" = -6995852, "JAMES" = -1524612, "JANE" = -9458080, "JEFFREY" = -14452073, "JOE" = -6391856, "JOHN" = -2745505, "JUDY" = -10199751,
		"KATIE" = -7150697, "KIRK" = -10513726, "LAWRENCE" = -8381519, "LESLIE" = -3502441, "LEWIS" = -3615440, "LILLIE" = -13925307, "LINDA" =
		-11502354, "LOUISE" = -7449196, "MARION" = -9229791, "MARK" = -4074344, "MARTHA" = -13050224, "MARY" = -12565885, "MICHAEL" = -2068529,
		"PATTY" = -4494272, "PHILLIP" = -11824110, "ROBERT" = -8734293, "SUSAN" = -13849421, "TIM" = -13294235, "WILLIAM" = -1078076}
	)
	&amp;lt;&amp;lt; 	Color Cell by Value;
	&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;generally, i would suggest setting the colors once manually from the menu. then, you can export the script of the column using this nifty add in&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/Copy-Script-For-Selected-Column-s-to-Clipboard/ta-p/34352" target="_blank" rel="noopener"&gt;Copy-Script-For-Selected-Column-s-to-Clipboard&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;let us know if it works&lt;/P&gt;
&lt;P&gt;ron&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 13:41:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-set-user-defined-colors-for-column-property-quot-value/m-p/252234#M49520</guid>
      <dc:creator>ron_horne</dc:creator>
      <dc:date>2020-03-13T13:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to set user defined colors for column property "value colors" by jsl?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-set-user-defined-colors-for-column-property-quot-value/m-p/252238#M49523</link>
      <description>&lt;P&gt;thanks for the fast answer Ron. Unfortunately this is not&amp;nbsp;what&amp;nbsp; I am was looking for. My Goal is to set the colors as shown in the screen shot by jsl script. I start with empty user defined colors, then run the script, and as result the colors should be set as shown in the screen shot.&lt;/P&gt;&lt;P&gt;Do you have an idea how to make this happen?&lt;/P&gt;&lt;P&gt;thanks ivo&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 13:50:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-set-user-defined-colors-for-column-property-quot-value/m-p/252238#M49523</guid>
      <dc:creator>ivo</dc:creator>
      <dc:date>2020-03-13T13:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to set user defined colors for column property "value colors" by jsl?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-set-user-defined-colors-for-column-property-quot-value/m-p/252292#M49529</link>
      <description>&lt;P&gt;You can create your own color theme and then apply it to Value Colors either in the Col Info dialog or using the Set Property message in JSL. Here is the help on creating a color theme using JSL:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/15.1/#page/jmp/graphics-functions.shtml#ww4847088" target="_blank"&gt;https://www.jmp.com/support/help/en/15.1/#page/jmp/graphics-functions.shtml#ww4847088&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Look for Add Color Theme.&lt;/P&gt;
&lt;P&gt;The Scripting Index also has information on color themes and column properties.&lt;/P&gt;
&lt;P&gt;I hope this is what you are looking for,&lt;/P&gt;
&lt;P&gt;Melanie&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 20:57:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-set-user-defined-colors-for-column-property-quot-value/m-p/252292#M49529</guid>
      <dc:creator>Melanie_J_Drake</dc:creator>
      <dc:date>2020-03-13T20:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to set user defined colors for column property "value colors" by jsl?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-set-user-defined-colors-for-column-property-quot-value/m-p/252897#M49646</link>
      <description>&lt;P&gt;Thank you Melanie. A lot to read. But also not what I am was looking for.&lt;/P&gt;&lt;P&gt;Maybe I explain a little more background for my use case.&lt;/P&gt;&lt;P&gt;- in our company we use coparate design colors (color themes by JSL&amp;nbsp;as mentioned by you are in place)&lt;/P&gt;&lt;P&gt;- for exploratory data analyse we use graph builder, e.g.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- when using a color code there is sometimes the need to change the color (e.g. I want to have our coparate design red and green instead of above blue and yellow)&lt;/P&gt;&lt;P&gt;- this I do via column property as below. And since there is non of our coparate design colors available here in this color menu I defined them all manually here as user defined color. With this I can now pick them and everything is fine.&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-left" image-alt="gb2.JPG" style="width: 356px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/22353iB6BD53BEF2DA2117/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gb2.JPG" alt="gb2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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-left" image-alt="gb3.JPG" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/22355i6A7AB0558E9EAC74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gb3.JPG" alt="gb3.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- My Goal is now to define these Colors which I defined manually in this menu via an JSL script. So I want to automated the step of typing in the color and creating this user defind colors in this menu shown above. But so far I have no idea how to access via JSL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks ivo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 06:13:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-set-user-defined-colors-for-column-property-quot-value/m-p/252897#M49646</guid>
      <dc:creator>ivo</dc:creator>
      <dc:date>2020-03-18T06:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to set user defined colors for column property "value colors" by jsl?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-set-user-defined-colors-for-column-property-quot-value/m-p/252901#M49647</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you Melanie. A lot to read. But also not what I am was looking for.&lt;/P&gt;&lt;P&gt;Maybe I explain a little more background for my use case.&lt;/P&gt;&lt;P&gt;- in our company we use coparate design colors (color themes by JSL&amp;nbsp;as mentioned by you are in place)&lt;/P&gt;&lt;P&gt;- for exploratory data analyse we use graph builder, e.g.&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-left" image-alt="gb1.JPG" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/22357i6BA62C2255AC5430/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gb1.JPG" alt="gb1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- when using a color code there is sometimes the need to change the color (e.g. I want to have our coparate design red and green instead of above blue and yellow)&lt;/P&gt;&lt;P&gt;- this I do via column property as below. And since there is non of our coparate design colors available here in this color menu I defined them all manually here as user defined color. With this I can now pick them and everything is fine.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="gb2.JPG" style="width: 356px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/22358i3D99087164F46328/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gb2.JPG" alt="gb2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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-left" image-alt="gb3.JPG" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/22359iE2C6D6139D8D5637/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gb3.JPG" alt="gb3.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- My Goal is now to define these Colors which I defined manually in this menu via an JSL script. So I want to automated the step of typing in the color and creating this user defind colors in this menu shown above. But so far I have no idea how to access via JSL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks ivo&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 06:19:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-set-user-defined-colors-for-column-property-quot-value/m-p/252901#M49647</guid>
      <dc:creator>ivo</dc:creator>
      <dc:date>2020-03-18T06:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to set user defined colors for column property "value colors" by jsl?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-set-user-defined-colors-for-column-property-quot-value/m-p/310774#M56396</link>
      <description>&lt;P&gt;just want to share the solution we found….&lt;/P&gt;&lt;P&gt;These user defined colors are stored in&amp;nbsp;the jmp&amp;nbsp;folder: &lt;STRONG&gt;&lt;FONT color="#000000"&gt;C:\Users\username\AppData\Roaming\SAS\JMP\15&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;The name of the file is &lt;STRONG&gt;JMP.PFSCC&lt;/STRONG&gt;. The file can be copied to new version of JMP or to other user, even via&amp;nbsp;jsl script&amp;nbsp;:)&lt;/img&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 05:13:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-set-user-defined-colors-for-column-property-quot-value/m-p/310774#M56396</guid>
      <dc:creator>ivo</dc:creator>
      <dc:date>2020-09-22T05:13:51Z</dc:date>
    </item>
  </channel>
</rss>

