<?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: Dot marker colour not showing up in loop for variability chart. in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Dot-marker-colour-not-showing-up-in-loop-for-variability-chart/m-p/616268#M81586</link>
    <description>&lt;P&gt;Did you try using&lt;/P&gt;
&lt;PRE class="language-jsl"&gt;&lt;CODE&gt;dt_param_lst&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;in the By role?&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2023 12:52:15 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2023-03-24T12:52:15Z</dc:date>
    <item>
      <title>Dot marker colour not showing up in loop for variability chart.</title>
      <link>https://community.jmp.com/t5/Discussions/Dot-marker-colour-not-showing-up-in-loop-for-variability-chart/m-p/616125#M81578</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish to plot the box plot with marker colour according to one of the variable. It is working fine in single plot. However, when plotting the graph in a loop. the colour is not showing up. Would like to ask for help.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open("C:\test24_data\JSL\data.csv", Invisible);

dt_parameter = Open("C:\test24_data\JSL\parameter.csv", Invisible);

spec_dt = Open("C:\test24_data\JSL\spec_df.csv", Invisible);

nw = New Window( "graphs", myVLB = V List Box() );

//get_column into list 
_dt0 = dt_parameter &amp;lt;&amp;lt; Summary(
	Group( :Parameters),
	Freq( "None" ),
	Weight( "None" )
, Invisible);
dt_param_lst = column("Parameters") &amp;lt;&amp;lt; GetAsMatrix();

Print(dt_param_lst);

_dt1 = dt &amp;lt;&amp;lt; Summary(
	Group( :SpecName ),
	Freq( "None" ),
	Weight( "None" )
, Invisible);

spec_lst = column("SpecName") &amp;lt;&amp;lt; GetAsMatrix();

Print(spec_lst);

_dt2 = spec_dt &amp;lt;&amp;lt; Summary(
	Group( :parametername ),
	Freq( "None" ),
	Weight( "None" )
, Invisible);

spec_param_lst = column("parametername") &amp;lt;&amp;lt; GetAsMatrix();

Print(spec_param_lst);

for (i = 1, i &amp;lt;= NItems(dt_param_lst), i++,
	
	//par = cols_to_plot[i];
	
	graph = dt &amp;lt;&amp;lt; Variability Chart(
		Y( Column(dt_param_lst[i]) ),
		X( :Purpose,  :Reel ),
		Color( :Pass_Bin ), 
		Std Dev Chart( 0 ),
		Points Jittered( 1 ),
		Show Box Plots( 1 ),
		SendToReport(
			Dispatch(
				{"Variability Chart for " || dt_param_lst[i]},
				"Variability Chart",
				FrameBox,
				{Row Legend(
					Pass_Bin,
					Color( 1 ),
					Color Theme( "JMP Default" ),
					Marker( 0 ),
					Marker Theme( "" ),
					Continuous Scale( 0 ),
					Reverse Scale( 0 ),
					Excluded Rows( 0 )
				)}
			)
		)
	);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:30:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dot-marker-colour-not-showing-up-in-loop-for-variability-chart/m-p/616125#M81578</guid>
      <dc:creator>AlphaMarten1054</dc:creator>
      <dc:date>2023-06-11T11:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dot marker colour not showing up in loop for variability chart.</title>
      <link>https://community.jmp.com/t5/Discussions/Dot-marker-colour-not-showing-up-in-loop-for-variability-chart/m-p/616268#M81586</link>
      <description>&lt;P&gt;Did you try using&lt;/P&gt;
&lt;PRE class="language-jsl"&gt;&lt;CODE&gt;dt_param_lst&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;in the By role?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 12:52:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dot-marker-colour-not-showing-up-in-loop-for-variability-chart/m-p/616268#M81586</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-03-24T12:52:15Z</dc:date>
    </item>
  </channel>
</rss>

