<?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 (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/697852#M88326</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12549"&gt;@SDF1&lt;/a&gt;&amp;nbsp;Attached is a cooked up data table (with plot script inside) similar to my actual data. I want a reference line (red below) to appear only when test stage 3 is selected in the local data filter.&lt;/P&gt;&lt;P&gt;(ref line y-location is predefined)&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Neo_2-1699963024684.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58679iBB1A3919A2A43F67/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Neo_2-1699963024684.png" alt="Neo_2-1699963024684.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2023 11:59:32 GMT</pubDate>
    <dc:creator>Neo</dc:creator>
    <dc:date>2023-11-14T11:59:32Z</dc:date>
    <item>
      <title>How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/696688#M88193</link>
      <description>&lt;P&gt;In the chart generated by the script below I would like to change the color of the lines indicated by the red arrows ("the separator lines") to purple. Also I would like to add a horizontal reference line only for the lowest y-axis variable (in this case PNP1).&lt;/P&gt;&lt;P&gt;How to do these via JSL?&lt;/P&gt;&lt;P&gt;(Note in my actual case the y-axis data is not from a column unlike in this example case)&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );
Graph Builder(
	Size( 960, 695 ),
	Variables(
		X( :SITE ),
		X( :lot_id, Position( 1 ) ),
		X( :wafer, Position( 1 ) ),
		Y( :NPN1 ),
		Y( :NPN2 ),
		Y( :PNP3 ),
		Y( :PNP1 )
	),
	Elements( Position( 1, 1 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 44 ) ) ),
	Elements( Position( 1, 2 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 43 ) ) ),
	Elements( Position( 1, 3 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 38 ) ) ),
	Elements( Position( 1, 4 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 40 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"SITE",
			ScaleBox,
			{Label Row( 3, {Major Grid Line Color( 8 ), Show Major Grid( 1 )} )}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Neo_0-1699625183906.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58542iFC0378937757A375/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Neo_0-1699625183906.png" alt="Neo_0-1699625183906.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 14:08:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/696688#M88193</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-11-10T14:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/696757#M88200</link>
      <description>&lt;P&gt;nice idea to link the vertical lines and the axis labels via color :)&lt;/img&gt;&lt;BR /&gt;Unfortunately, the lines are soo thin that it's difficult to notice the feature.&lt;BR /&gt;If you have the same feeling, please support this wish:&amp;nbsp;&lt;BR /&gt;&lt;LI-MESSAGE title="optimized graphics settings for hierarchical X categories - 2 options" uid="618730" url="https://community.jmp.com/t5/JMP-Wish-List/optimized-graphics-settings-for-hierarchical-X-categories-2/m-p/618730#U618730" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&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-inline" image-alt="hogi_1-1699632778534.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58547iF47BAE66C06D6BDC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1699632778534.png" alt="hogi_1-1699632778534.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;alternatively, you could use the site as X Group - but most likely you will run into the problem with the synchronized X axis labels.&lt;BR /&gt;There is also a wish to fix this issue:&lt;BR /&gt;&lt;LI-MESSAGE title="X group: restrict the values on the axis to the respective group" uid="542325" url="https://community.jmp.com/t5/JMP-Wish-List/X-group-restrict-the-values-on-the-axis-to-the-respective-group/m-p/542325#U542325" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );
dt &amp;lt;&amp;lt; Graph Builder(
	Size( 841, 485 ),
	Show Control Panel( 0 ),
	Show Title( 0 ),
	Show X Axis Title( 0 ),
	Variables(
		X( :SITE ),
		X( :lot_id, Position( 1 ) ),
		X( :wafer, Position( 1 ) ),
		Y( :NPN1 ),
		Y( :NPN2 ),
		Y( :PNP3 ),
		Y( :PNP1 )
	),
	Elements( Position( 1, 1 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 44 ) ) ),
	Elements( Position( 1, 2 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 43 ) ) ),
	Elements( Position( 1, 3 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 38 ) ) ),
	Elements( Position( 1, 4 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 40 ) ) ),
	SendToReport(
		Dispatch( {}, "SITE", ScaleBox,
			{Label Row(
				1,
				{Lower Frame( 1 ), Row Title Side( "Start" ), Show Major Grid( 0 ),
				Tick Mark Style( "Long Divider" )}
			), Label Row(
				2,
				{Lower Frame( 1 ), Row Title Side( "Start" ), Show Major Grid( 0 ),
				Tick Mark Style( "Long Divider" )}
			), Label Row(
				3,
				{Line Color( "Purple" ), Lower Frame( 1 ), Major Grid Line Color( "Purple" ),
				Row Title Side( "Start" ), Tick Mark Style( "Long Divider" )}
			)}
		),
		Dispatch( {}, "PNP1", ScaleBox, {Add Ref Line( 300, "Solid", "Black", "", 5 )} ),
		Dispatch( {}, "Graph Builder", FrameBox( 4 ), {Reference Line Order( 3 )} )
	)
)&lt;/CODE&gt;&lt;/PRE&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;</description>
      <pubDate>Fri, 10 Nov 2023 16:20:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/696757#M88200</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-11-10T16:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/696761#M88201</link>
      <description>&lt;P&gt;what do you mean with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/28235"&gt;@Neo&lt;/a&gt;&amp;nbsp;wrote:&lt;P&gt;(Note in my actual case the y-axis data is not from a column unlike in this example case)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 16:22:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/696761#M88201</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-11-10T16:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/696770#M88202</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;(Note in my actual case the y-axis data is not from a column unlike in this example case)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In my actual case, the y-axis parameters come from local data filter selection of row parameters&lt;/P&gt;&lt;P&gt;(If it was from a column, I could have had a limit set in specs for the reference line (not that I have tried this, but I expect it to work))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me see if I can cook up a data set for demo (I'll be back :)).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 16:53:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/696770#M88202</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-11-10T16:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/696919#M88212</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/28235"&gt;@Neo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The code that&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;posted will solve your issue for getting a reference line for a single subplot within your graph builder, but unfortunately, looking at the tree structure, I don't see a way to send a command that would change only that one line of the x-axis. In the tree structure, the entire x-axis is grouped in a single AxisBox(1) element, it's not divided up and nested, even though it is displayed that way in graph builder. I also couldn't find anything within the preferences that allows you to modify nested axes lines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You can always right click on an axis that you want to have and then add a reference line, then go to the red hot-button next to graph builder and save script to scripting window, and you can see how the script is modified by the addition of the line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!,&lt;/P&gt;&lt;P&gt;DS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: It might be worthwhile to submit a request to be able to change the colors of nested axes. This should be doable and something that I would imagine many people could benefit from.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 20:09:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/696919#M88212</guid>
      <dc:creator>SDF1</dc:creator>
      <dc:date>2023-11-10T20:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/696946#M88213</link>
      <description>&lt;P&gt;Which line is the problem?&lt;/P&gt;&lt;P&gt;At the moment, there is just a single horizontal line in the lowest plot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have to hide parts of reference lines, you can use the fact that every subplot has it's own customization settings, so you can add some rectangles and put them in front of the reference line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[alternatively, you could also directly use the customization script to add a line segment.]&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-inline" image-alt="hogi_0-1699651128361.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58569i76090D4BF7CC6BCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1699651128361.png" alt="hogi_0-1699651128361.png" /&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;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );
dt &amp;lt;&amp;lt; Graph Builder(
	Show Control Panel( 0 ),
	Show Title( 0 ),
	Show X Axis Title( 0 ),
	Variables(
		X( :SITE ),
		X( :lot_id, Position( 1 ) ),
		X( :wafer, Position( 1 ) ),
		Y( :NPN1 ),
		Y( :NPN2 ),
		Y( :PNP3 ),
		Y( :PNP1 )
	),
	Elements( Position( 1, 1 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 44 ) ) ),
	Elements( Position( 1, 2 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 43 ) ) ),
	Elements( Position( 1, 3 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 38 ) ) ),
	Elements( Position( 1, 4 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 40 ) ) ),
	SendToReport(
		Dispatch( {}, "SITE", ScaleBox,
			{Add Ref Line( 714.422378299564, "Solid", "Red", "", 4 ),
			Label Row(
				1,
				{Lower Frame( 1 ), Row Title Side( "Start" ), Show Major Grid( 0 ),
				Tick Mark Style( "Long Divider" )}
			), Label Row(
				2,
				{Lower Frame( 1 ), Row Title Side( "Start" ), Show Major Grid( 0 ),
				Tick Mark Style( "Long Divider" )}
			), Label Row(
				3,
				{Line Color( "Purple" ), Line Width( 3 ), Lower Frame( 1 ),
				Major Grid Line Color( "Purple" ), Row Title Side( "Start" ),
				Tick Mark Style( "Long Divider" )}
			)}
		),
		Dispatch( {}, "PNP3", ScaleBox, {Add Ref Line( 135, "Solid", "Red", "", 3 )} ),
		Dispatch( {}, "PNP1", ScaleBox, {Add Ref Line( 300, "Solid", "Black", "", 5 )} ),
		Dispatch( {}, "400", ScaleBox,
			{Legend Model( 38, Properties( 0, {Transparency( 0.5 )}, Item ID( "PNP3", 1 ) ) )}
		),
		Dispatch( {}, "Graph Builder", FrameBox,
			{Grid Line Order( 2 ), Reference Line Order( 1 ),
			Add Graphics Script(
				2,
				Description( "" ),
				Fill Color( white );
				Rect( -10000, 10000, 10000, -10000, 1 );
			)}
		),
		Dispatch( {}, "Graph Builder", FrameBox( 2 ),
			{Grid Line Order( 2 ), Reference Line Order( 1 ),
			Add Graphics Script(
				2,
				Description( "" ),
				Fill Color( white );
				Rect( -10000, 10000, 10000, -10000, 1 );
			)}
		),
		Dispatch( {}, "Graph Builder", FrameBox( 3 ),
			{Grid Line Order( 2 ), Reference Line Order( 1 ),
			Add Graphics Script(
				2,
				Description( "" ),
				Fill Color( white );
				Rect( 290, 10000, 10000, -10000, 1 );
			)}
		),
		Dispatch( {}, "Graph Builder", FrameBox( 4 ), {Reference Line Order( 3 )} )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 21:25:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/696946#M88213</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-11-10T21:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/697852#M88326</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12549"&gt;@SDF1&lt;/a&gt;&amp;nbsp;Attached is a cooked up data table (with plot script inside) similar to my actual data. I want a reference line (red below) to appear only when test stage 3 is selected in the local data filter.&lt;/P&gt;&lt;P&gt;(ref line y-location is predefined)&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Neo_2-1699963024684.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58679iBB1A3919A2A43F67/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Neo_2-1699963024684.png" alt="Neo_2-1699963024684.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 11:59:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/697852#M88326</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-11-14T11:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/697854#M88327</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12549"&gt;@SDF1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Neo_3-1699963335690.png" style="width: 707px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58680i03B75E4C842583DC/image-dimensions/707x53?v=v2" width="707" height="53" role="button" title="Neo_3-1699963335690.png" alt="Neo_3-1699963335690.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This adds reference lines to all the subplots which is not what I want.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 12:03:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/697854#M88327</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-11-14T12:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/697874#M88329</link>
      <description>&lt;P&gt;This the easy case where due to the Y Group the graphs are split into different FrameBoxes. Then you can just add individual Reference Lines via Customize.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1699969495243.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58681i9A62F698BDDE682D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1699969495243.png" alt="hogi_0-1699969495243.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Y Group Edge( "Left" ),

	Variables( X( :PartNumber ), Y( :Median ), Group Y( :TestStage ) ),
	Elements( Points( X, Y, Legend( 33 ) ), Smoother( X, Y, Legend( 34 ) ) ),

	SendToReport(
		Dispatch(
			{},
			"Graph Builder",
			FrameBox( 3 ),
			{Add Graphics Script(
				2,
				Description( "" ),
				Pen Color( "red" );
				Pen Size( 3 );
				Y Function( 0.4, x );
			)}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Nov 2023 13:45:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/697874#M88329</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-11-14T13:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/697968#M88345</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/28235"&gt;@Neo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I would do as&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;suggested and use the Customize option when you right click on the graph of interest, click on the the "+" to add a new script to GB, then type in the JSL for adding in a line.&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-inline" image-alt="SDF1_0-1699975314868.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58683i97C6E148A754749D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SDF1_0-1699975314868.png" alt="SDF1_0-1699975314868.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDF1_1-1699975336118.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58684i9D2C4858CFFC1591/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SDF1_1-1699975336118.png" alt="SDF1_1-1699975336118.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDF1_2-1699975414091.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58685iBEB1DF55F555CE1D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SDF1_2-1699975414091.png" alt="SDF1_2-1699975414091.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Now, to have this dynamically respond to the local data filter, I think would be more challenging. If you need that kind of functionality, I would instead generate my own report window that has graph builder built into it and then maybe use check boxes to give the user options of updating the subplots with reference lines when they select the different TestStage check boxes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I did figure out a way to change the nested line color as well. I don't know if this is the "correct" way to do it, or even if it's the fastest way, but if you right click on the nested axis and then select show properties, if you click on the nested axis and then click the red hot-button next to AxisBox, select Copy Axis Settings, you can then paste it into a scripting window and edit it. Select the axis of interest, and change the Line Color from "None" to whatever color you want. You then have to copy this edited code, go back to the red hot-button, select Paste Axis Settings, and it will update the graph. This will get the job done, but I'm not sure how this can be done dynamically.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDF1_3-1699976549238.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58688i6D2217F83BF019D4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SDF1_3-1699976549238.png" alt="SDF1_3-1699976549238.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDF1_4-1699976556926.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58690i0C8F3C21C261FA20/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SDF1_4-1699976556926.png" alt="SDF1_4-1699976556926.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDF1_5-1699976649909.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58691i75B79493AB86D32D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SDF1_5-1699976649909.png" alt="SDF1_5-1699976649909.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Saving the corresponding script to a scripting window, you can see the commands you need to send the Graph Builder and Label Row in order to get the outcome you want.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 592, 526 ),
	Y Group Edge( "Left" ),
	Graph Spacing( 4 ),
	Variables(
		X( :TestStage ),
		X( :TestParameter, Position( 1 ) ),
		Y( :Median ),
		Group Y( :TestStage )
	),
	Elements(
		Points( X( 1 ), X( 2 ), Y, Legend( 33 ) ),
		Smoother( X( 1 ), X( 2 ), Y, Legend( 34 ) )
	),
	Local Data Filter(
		Conditional,
		Add Filter( columns( :TestStage ), Where( :TestStage == {1, 2, 3} ) )
	),
	SendToReport(
		Dispatch(
			{},
			"TestStage",
			ScaleBox,
			{Label Row( 2, Line Color( "Purple" ) )}
		),
		Dispatch(
			{},
			"Graph Builder",
			FrameBox( 3 ),
			{Add Graphics Script(
				2,
				Description( "" ),
				Pen Color( "red" );
				Pen Size( 3 );
				Y Function( 0.3, x );
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp; Using this bit of information and coming back to your original post using the Semiconductor Capability.jmp file, you can achieve what you were originally asking for, the nested axis is purple, the vertical grid lines are purple and there is a reference line only for the bottom-most graph. In this particular case, double clicking the axis that you want to add the reference line to will work because you are plotting different columns in the subplots of graph builder. For the example data table that you shared, you have to do it the other way with Customize, and adding a Y Function().&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDF1_6-1699977288954.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58692iB5AE0AA00D6D8E4B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SDF1_6-1699977288954.png" alt="SDF1_6-1699977288954.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Here is the JSL code that generated the above graph. You can see where you need to make the appropriate edits for your specific case.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);

dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );

dt&amp;lt;&amp;lt;Graph Builder(
	Size( 752, 515 ),
	Graph Spacing( 4 ),
	Variables(
		X( :SITE ),
		X( :lot_id, Position( 1 ) ),
		X( :wafer, Position( 1 ) ),
		Y( :NPN1 ),
		Y( :NPN2 ),
		Y( :PNP3 ),
		Y( :PNP1 )
	),
	Elements( Position( 1, 1 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 50 ) ) ),
	Elements( Position( 1, 2 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 51 ) ) ),
	Elements( Position( 1, 3 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 52 ) ) ),
	Elements( Position( 1, 4 ), Points( X( 1 ), X( 2 ), X( 3 ), Y, Legend( 53 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"SITE",
			ScaleBox,
			{Label Row(
				3,
				{Line Color( "Purple" ), Major Grid Line Color( "Purple" ),
				Show Major Grid( 1 )}
			)}
		),
		Dispatch(
			{},
			"PNP1",
			ScaleBox,
			{Add Ref Line( 300, "Solid", "Black", "", 3 )}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this helps!,&lt;/P&gt;&lt;P&gt;DS&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 16:04:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/697968#M88345</guid>
      <dc:creator>SDF1</dc:creator>
      <dc:date>2023-11-14T16:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/698005#M88350</link>
      <description>&lt;P&gt;you could calculate the median directly from the values - and the LSL/USL could be read from the data table:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Y Group Edge( "Left" ), 

	Variables( X( :PartNumber ), Y( :Median ), Group Y( :TestStage ) ),
	Elements( Points( X, Y, Legend( 33 ) ), Smoother( X, Y, Legend( 34 ) ) )
);

myFB = Current Report()[FrameBox( 3 )];
myFB &amp;lt;&amp;lt; Add Graphics Script(
	2,
	Description( "" ),
	mySeg = myFB &amp;lt;&amp;lt; Find Seg( Marker Seg( 1 ) );
	value = Median( mySeg &amp;lt;&amp;lt; Get Y Values );
	Pen Color( "red" );

	Pen Size( 3 );
	H Line( value );
	
	Pen Color( "blue" );
	Pen Size( 1 );
	myRow = (Current Data Table() &amp;lt;&amp;lt; get rows where( :TestStage == 3 ))[1];
	myUSL = :USL[myRow];
	myLSL = :LSL[myRow];

	H Line( myUSL );
	H Line( myLSL );
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 17:39:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/698005#M88350</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-11-14T17:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/698018#M88351</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12549"&gt;@SDF1&lt;/a&gt;&amp;nbsp; Thanks. I will check how you managed to change the color of the nested axis to purple. Meanwhile I used&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp; suggestion and Make Filter Change Handler () to dynamically change the where JMP puts the reference line as the user changes filter selections. I haven't resolved two issues with this yet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. The filter change handler does not trigger when the chart is plotted the first time but only when the next TestStage is selected.&lt;/P&gt;&lt;P&gt;2. When the filter is changed the earlier reference line remains on a different test stage, which I understand why, but haven't been able to remove it yet.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here (1);
clear log ();

gb = Graph Builder(
	Y Group Edge( "Left" ),
	Variables( X( :PartNumber ), Y( :Median ), Group Y( :TestStage ) ),
	Elements( Points( X, Y, Legend( 33 ) ), Smoother( X, Y, Legend( 34 ) ) ),
	Local Data Filter(
		Conditional,
		Add Filter( columns( :TestStage ), Where( :TestStage == {1} ) )
	)
);

ldf = Current Report()["Local Data Filter"] &amp;lt;&amp;lt; get scriptable object;

getTestStage = Function( {this}, //print (this);
                          
                          testStateFiltered = Associative Array(:TestStage [ldf &amp;lt;&amp;lt; get filtered rows]) &amp;lt;&amp;lt; get keys;	
                                                    
                          gb &amp;lt;&amp;lt; SendToReport(
                                
								Dispatch({},"Graph Builder", 
								FrameBox(N Items (testStateFiltered)), {Add Graphics Script( 2,	Description( "" ), Pen Color( "red" );	Line Style ("dashed"); Pen Size( 0.25 );
											Y Function( 0.2, x );
										)}
									)								
								);						
                          show (N Items (testStateFiltered));	 Print(testStateFiltered);
                          );
rs = ldf &amp;lt;&amp;lt; Make Filter Change Handler( getTestStage() ); &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Nov 2023 17:40:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/698018#M88351</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-11-14T17:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/698032#M88354</link>
      <description>&lt;P&gt;the first time, you can run&amp;nbsp;&lt;FONT face="courier new,courier"&gt; getTestStage(1)&lt;/FONT&gt; manually.&lt;BR /&gt;Please note that with the Data Filter there are 1-3 FrameBoxes in the GraphBuilder (most of the time, just 1?). So either you determine which FB to send the message to - or just select one TestStage and always send the command to Framebox 1.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 12:17:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/698032#M88354</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-11-15T12:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/698033#M88355</link>
      <description>&lt;P&gt;By the way - there is a new feature in Jmp17:&lt;BR /&gt;&lt;EM&gt;add dynamic reference lines based on statistics values&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Y Group Edge( "Left" ),
	Summary Statistic( "Median" ),
	Variables( X( :PartNumber ), Y( :Median ), Group Y( :TestStage ) ),
	Elements(
		Points( X, Y, Legend( 33 ) ),
		Smoother( X, Y, Legend( 34 ) ),
		Caption Box(
			X,
			Y,
&lt;STRONG&gt;			Summary Statistic( "Median" ),
			Location( "Axis Reference Line" )&lt;/STRONG&gt;
		)
	),
	Local Data Filter(
		Conditional,
		Add Filter( columns( :TestStage ), Where( :TestStage == 1 ) )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 18:00:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/698033#M88355</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-11-14T18:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/698090#M88360</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/28235"&gt;@Neo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; That's a very cool idea that&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;has in regards to using a Filter Change Handler. I hadn't thought of that. I modified your above code to fix the two issues you were having. The script will now create the first graph with the reference line, and then update each graph accordingly, even when choosing more than one data filter. Does this solve the issue?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

dt = Current Data Table();

//this creates a string list of the column names
ColNamesList = dt &amp;lt;&amp;lt; Get Column Names( "string" );

//This tests if the there exist a :Mean Column. If not, it runs a summary to generate this data, updates the main table with the means and then deletes a column and closes out the summary table.
If( Contains( ColNamesList, "Mean" ) == 0,
	dtMeans = dt &amp;lt;&amp;lt; Summary(
		Group( :TestParameter ),
		Mean( :Median ),
		Freq( "None" ),
		Weight( "None" ),
		statistics column name format( "stat" ),
		Link to original data table( 0 ),
		output table name( "MeanStats" )
	);
	dt &amp;lt;&amp;lt; Update( With( dtMeans ), Match Columns( :TestParameter = :TestParameter ) );

	dt &amp;lt;&amp;lt; Delete Columns( :N Rows );

	Close( dtMeans, NoSave );
);

//this makes the original graph with the reference line of the first row in column :Mean
gb = dt &amp;lt;&amp;lt; Graph Builder(
	Y Group Edge( "Left" ),
	Variables( X( :PartNumber ), Y( :Median ), Group Y( :TestStage ) ),
	Elements( Points( X, Y, Legend( 33 ) ), Smoother( X, Y, Legend( 34 ) ) ),
	Dispatch(
		{},
		"Graph Builder",
		FrameBox( N Items( testStateFiltered ) ),
		{Add Graphics Script(
			2,
			Description( "" ),
			Pen Color( "red" );
			Line Style( "dashed" );
			Pen Size( 0.25 );
			Y Function( Eval( :Mean[1] ), x );
		)}
	),
	Local Data Filter( Conditional, Add Filter( columns( :TestStage ), Where( :TestStage == 1 ) ) )//no {} around the 1 here.
);

ldf = Current Report()["Local Data Filter"] &amp;lt;&amp;lt; get scriptable object;

getTestStage = Function( {this}, //print (this);
                          
	testStateFiltered = Associative Array( :TestStage[ldf &amp;lt;&amp;lt; get filtered rows] ) &amp;lt;&amp;lt; get keys;
	
	//this finds which row to grab the mean from
	mrows = dt &amp;lt;&amp;lt; Get Rows where( :TestStage == testStateFiltered[1] );
	
	//this defines the mean to Eval() in the Y Function()
	gbmean = :Mean[mrows[1]];
	
	If( N Items( testStateFiltered ) == 1, //only does this if only one data filter is selected
		gbreport = gb &amp;lt;&amp;lt; Report; //makes a report reference for the graph builder
		fb = gbreport[GraphBuilderComponentBox( 17 )];//accesses the frame to remove the script from
		fb &amp;lt;&amp;lt; Remove Graphics Script( 1 );//removes most recent script from the frame
	);
                                                    
	gb &amp;lt;&amp;lt; SendToReport(
                                
		Dispatch(
			{},
			"Graph Builder",
			FrameBox( N Items( testStateFiltered ) ),
			{Add Graphics Script(
				2,
				Description( "" ),
				Pen Color( "red" );
				Line Style( "dashed" );
				Pen Size( 0.25 );
				Y Function( Eval( GBMean ), x );
			)}
		)
	);
	Show( N Items( testStateFiltered ) );
	Print( testStateFiltered );
);

rs = ldf &amp;lt;&amp;lt; Make Filter Change Handler( getTestStage() );

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this helps!,&lt;/P&gt;&lt;P&gt;DS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 21:01:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/698090#M88360</guid>
      <dc:creator>SDF1</dc:creator>
      <dc:date>2023-11-14T21:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to (1) change default color in AxisBox and (2) add reference line in only one Y-axis variable in grouped Y plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/698606#M88371</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12549"&gt;@SDF1&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data table I shared was a quickly put together as an example. I should have mentioned that I cannot use LSL/USL or any other number in this table for generating the reference line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any how, the following has worked for me.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Calling&amp;nbsp;&lt;SPAN&gt;getTestStage(1) before the Make Filter Change Handler call.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Adding RemoveGraphicsScript (N) with appropriate handles inside getTestStage function where N is the FrameBox number obtained from last selected TestStage Framebox number generated when the TestStage filter is changed.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;I will settle for this now. However, there is one remaining issue. If select one TestStage, then a second one and then a third one, everything works as expected, but if I go back from 3 selections back to one, my script does not work as expected.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I get a chance, I will post a representative data set with the script explaining the issue. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 12:44:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-1-change-default-color-in-AxisBox-and-2-add-reference/m-p/698606#M88371</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-11-15T12:44:46Z</dc:date>
    </item>
  </channel>
</rss>

