<?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: JSL providing variability chart with greyed out background, how to &amp;quot;click&amp;quot; on the graph to make vibrant? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-providing-variability-chart-with-greyed-out-background-how/m-p/698984#M88403</link>
    <description>&lt;P&gt;Can you share the JSL script of this visualization? I think it's just selection issue.&lt;/P&gt;&lt;P&gt;You can click the red triangle &amp;gt; select save script to script window to get the JSL code of this visualization&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2023 00:59:03 GMT</pubDate>
    <dc:creator>WebDesignesCrow</dc:creator>
    <dc:date>2023-11-16T00:59:03Z</dc:date>
    <item>
      <title>JSL providing variability chart with greyed out background, how to "click" on the graph to make vibrant?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-providing-variability-chart-with-greyed-out-background-how/m-p/698927#M88401</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have made variability charts in the past but for some reason I am getting this greyed background for the graphs that makes it seem like it is unselected as below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="neelsrejan_0-1700088015637.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58761iC1835FCE9D2B6C3F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="neelsrejan_0-1700088015637.png" alt="neelsrejan_0-1700088015637.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I click on the graph as below the color is how I expect it to. Is there some jsl code that accomplishes this? I have tried to "Select" the object but it highlights the entire region and doesn't provide me with the below picture.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="neelsrejan_1-1700088121151.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58762i66FCE92284954587/image-size/medium?v=v2&amp;amp;px=400" role="button" title="neelsrejan_1-1700088121151.png" alt="neelsrejan_1-1700088121151.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 22:42:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-providing-variability-chart-with-greyed-out-background-how/m-p/698927#M88401</guid>
      <dc:creator>neelsrejan</dc:creator>
      <dc:date>2023-11-15T22:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: JSL providing variability chart with greyed out background, how to "click" on the graph to make vibrant?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-providing-variability-chart-with-greyed-out-background-how/m-p/698984#M88403</link>
      <description>&lt;P&gt;Can you share the JSL script of this visualization? I think it's just selection issue.&lt;/P&gt;&lt;P&gt;You can click the red triangle &amp;gt; select save script to script window to get the JSL code of this visualization&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 00:59:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-providing-variability-chart-with-greyed-out-background-how/m-p/698984#M88403</guid>
      <dc:creator>WebDesignesCrow</dc:creator>
      <dc:date>2023-11-16T00:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: JSL providing variability chart with greyed out background, how to "click" on the graph to make vibrant?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-providing-variability-chart-with-greyed-out-background-how/m-p/699031#M88407</link>
      <description>&lt;P&gt;Hi, unfortunately the script is private per my company policy but the red arrow save script generates the same code as I have in the script. Likewise when clicking the graph, none of the actual script changes. Sorry I can't provide more than the pseudodata above.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 03:34:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-providing-variability-chart-with-greyed-out-background-how/m-p/699031#M88407</guid>
      <dc:creator>neelsrejan</dc:creator>
      <dc:date>2023-11-16T03:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: JSL providing variability chart with greyed out background, how to "click" on the graph to make vibrant?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-providing-variability-chart-with-greyed-out-background-how/m-p/699036#M88408</link>
      <description>&lt;P&gt;This is the most generic I can make the code. I am essentially adding 5 more variability charts sig2-6 to the v list box named vlis by appending. And they are all greyed out until I click in the middle of each graph. Hope this helps.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;signal = New Window("signal", vlis = V List Box());

sig1 = V List Box(vc sig1 = sig1 df1 &amp;lt;&amp;lt; Variability Chart(
	Y( :Signal ),
	X( :Consumable),
	Show Range Bars( 0 ),
	Show Cell Means( 0 ),
	Std Dev Chart( 0 ),
	Points Jittered( 1 ),
	Title("Variability chart for Signal 1"),
	SendToReport(
		Dispatch(
			{"Variability Chart for Signal 1"},
			"2",
			ScaleBox,
			{Add Ref Line( 0, "Dotted", "Medium Light Gray", "", 1 ),
			Add Ref Line( 100, "Dotted", "Medium Light Green", "100", 1 )}
		),
		Dispatch(
			{""},
			"Variability Chart",
			FrameBox,
			{Row Legend(
				Sample Mix,
				Color(1),
				Color Theme(""), // JMP seems to leave this "" when using Value Colors
				Marker(0),
				Marker Theme(""),
				Continuous Scale(0),
				Reverse Scale(0),
				Excluded Rows(0)
			)}
		)
	)
));
vlis &amp;lt;&amp;lt; Append(sig1);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Nov 2023 03:49:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-providing-variability-chart-with-greyed-out-background-how/m-p/699036#M88408</guid>
      <dc:creator>neelsrejan</dc:creator>
      <dc:date>2023-11-16T03:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: JSL providing variability chart with greyed out background, how to "click" on the graph to make vibrant?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-providing-variability-chart-with-greyed-out-background-how/m-p/699040#M88410</link>
      <description>&lt;P&gt;I think you did some Selection &amp;amp; Excluded Rows before generate the graph.&lt;/P&gt;&lt;P&gt;May be you could add below line before create the graph&lt;/P&gt;&lt;PRE class="language-jsl"&gt;&lt;CODE&gt;dt &amp;lt;&amp;lt; Clear Row Selection();&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Check below community discussion as well if it is relevant.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Discussions/Why-do-the-colors-of-different-other-points-fade-away-in/m-p/664320#M85268" target="_blank"&gt;https://community.jmp.com/t5/Discussions/Why-do-the-colors-of-different-other-points-fade-away-in/m-p/664320#M85268&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 04:16:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-providing-variability-chart-with-greyed-out-background-how/m-p/699040#M88410</guid>
      <dc:creator>WebDesignesCrow</dc:creator>
      <dc:date>2023-11-16T04:16:31Z</dc:date>
    </item>
  </channel>
</rss>

