<?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: Numbering the overlay plots in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/366583#M61633</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Mar 2021 20:09:44 GMT</pubDate>
    <dc:creator>Jackie_</dc:creator>
    <dc:date>2021-03-09T20:09:44Z</dc:date>
    <item>
      <title>Numbering the overlay plots</title>
      <link>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/366580#M61632</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way I can number the overlay plots? I want something similar to the pic attached below&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="Jacksmith12_0-1615320457598.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/31125i61AB0ED3BDAFD2AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jacksmith12_0-1615320457598.png" alt="Jacksmith12_0-1615320457598.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:11:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/366580#M61632</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2023-06-11T11:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering the overlay plots</title>
      <link>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/366583#M61633</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 20:09:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/366583#M61633</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2021-03-09T20:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering the overlay plots</title>
      <link>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/366606#M61634</link>
      <description>What version of JMP are you using?</description>
      <pubDate>Tue, 09 Mar 2021 20:37:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/366606#M61634</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-03-09T20:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering the overlay plots</title>
      <link>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/366650#M61638</link>
      <description>&lt;P&gt;JMP 15&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 22:04:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/366650#M61638</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2021-03-09T22:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering the overlay plots</title>
      <link>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/366683#M61643</link>
      <description>&lt;P&gt;I am going to point you away from the Overlay Plot for a couple of reasons&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The Overlay Plot, and even more for the real old version of the Overlay Plot, that you are using has been depleted in value and will be going away sometime.&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Because of the Tree Structure of the output from the old Overlay Plot, trying to get a value to the left of the label is tricky.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Therefore I am pointing you to the Graph Builder, to a plot that looks just like your included graph.&amp;nbsp; Here is how I am handling your repest:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="over.PNG" style="width: 626px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/31135i7FA91DC06B0B88C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="over.PNG" alt="over.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA\semiconductor capability.jmp" );

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 534, 456 ),
	Show Control Panel( 0 ),
	Variables( X( :PNP3 ), Y( :NPN1 ), Y( :PNP1 ), Y( :NPN2 ), Y( :NPN2 ) ),
	Elements( Position( 1, 1 ), Points( X, Y, Legend( 14 ) ) ),
	Elements( Position( 1, 2 ), Points( X, Y, Legend( 16 ) ) ),
	Elements( Position( 1, 3 ), Points( X, Y, Legend( 18 ) ) ),
	Elements( Position( 1, 4 ), Points( X, Y, Legend( 20 ) ) )
);

(Report( gb ) &amp;lt;&amp;lt; xpath( "//TextEditBox" )) &amp;lt;&amp;lt; Rotate Text( "Horizontal" );

For( i = 1, i &amp;lt;= 4, i++,
	Report( gb )[Text Edit Box( i + 3 )] &amp;lt;&amp;lt; set text(
		Char( i ) || " " || Char( Report( gb )[Text Edit Box( i + 3 )] &amp;lt;&amp;lt; get text )
	)
);

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Mar 2021 03:20:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/366683#M61643</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-03-10T03:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering the overlay plots</title>
      <link>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/366779#M61656</link>
      <description>&lt;P&gt;You did not specify if the solution required a script. Jim provided such a solution. I just want to remind you that you can interact with the axis label and edit the label directly.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 12:00:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/366779#M61656</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-03-10T12:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering the overlay plots</title>
      <link>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/368264#M61820</link>
      <description>&lt;P&gt;How can I edit the axis label with the script?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 16:18:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/368264#M61820</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2021-03-16T16:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering the overlay plots</title>
      <link>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/368269#M61821</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;&lt;A href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687" target="_blank" rel="noopener"&gt;,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick question: What's the syntax for selecting the whole column group (Processes) in Y axis?&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="Jacksmith12_1-1615912579702.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/31278i715886B3AF59FD3D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jacksmith12_1-1615912579702.png" alt="Jacksmith12_1-1615912579702.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 16:37:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/368269#M61821</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2021-03-16T16:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering the overlay plots</title>
      <link>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/368306#M61824</link>
      <description>&lt;P&gt;The Axis Label is being changed in the script, with the following code&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;For( i = 1, i &amp;lt;= 4, i++,
	Report( gb )[Text Edit Box( i + 3 )] &amp;lt;&amp;lt; set text(
		Char( i ) || " " || Char( Report( gb )[Text Edit Box( i + 3 )] &amp;lt;&amp;lt; get text )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The basic structure for changing the value is:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Report( gb )[Text Edit Box( n )] &amp;lt;&amp;lt; set text( "The text you want to be displayed");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Where "n" is the number of the Text Edit Box you want to change and the literal string in the set text() element is what it will be changed to.&lt;/P&gt;
&lt;P&gt;The key to this, is the determination of what text edit box number you need.&amp;nbsp; If you right click on the gray triangle next to the Graph Builder outline box at the top of the display, and select&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Edit=&amp;gt;Show Tree Structure&lt;/P&gt;
&lt;P&gt;It will show the complete Tree Scructure&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tree.PNG" style="width: 656px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/31284i4AE6DAE9B667AA66/image-size/large?v=v2&amp;amp;px=999" role="button" title="tree.PNG" alt="tree.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Complete documentation on Display Trees is found in the Scripting Guide available in the JMP Documentation Library which is under the Help pull down menu.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 18:14:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/368306#M61824</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-03-16T18:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering the overlay plots</title>
      <link>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/368350#M61825</link>
      <description>&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt; any suggestions?</description>
      <pubDate>Tue, 16 Mar 2021 19:19:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/368350#M61825</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2021-03-16T19:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering the overlay plots</title>
      <link>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/368375#M61826</link>
      <description>&lt;P&gt;You will have to list out all of the columns separately.&amp;nbsp; Here is the script that is generated by JMP when one has dragged the Processes group to the Y drop area, and the Site column to the X drop area.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 570, 526 ),
	Variables(
		X( :SITE ),
		Y( :NPN1 ),
		Y( :PNP1, Position( 1 ) ),
		Y( :PNP2, Position( 1 ) ),
		Y( :NPN2, Position( 1 ) ),
		Y( :PNP3, Position( 1 ) ),
		Y( :IVP1, Position( 1 ) ),
		Y( :PNP4, Position( 1 ) ),
		Y( :NPN3, Position( 1 ) ),
		Y( :IVP2, Position( 1 ) ),
		Y( :NPN4, Position( 1 ) ),
		Y( :SIT1, Position( 1 ) ),
		Y( :INM1, Position( 1 ) ),
		Y( :INM2, Position( 1 ) ),
		Y( :VPM1, Position( 1 ) ),
		Y( :VPM2, Position( 1 ) ),
		Y( :VPM3, Position( 1 ) ),
		Y( :PMS1, Position( 1 ) ),
		Y( :SNM1, Position( 1 ) ),
		Y( :SPM1, Position( 1 ) ),
		Y( :NPN5, Position( 1 ) ),
		Y( :EP2, Position( 1 ) ),
		Y( :ZD6, Position( 1 ) ),
		Y( :PBA, Position( 1 ) ),
		Y( :PLG, Position( 1 ) ),
		Y( :CAP, Position( 1 ) ),
		Y( :PBA3, Position( 1 ) ),
		Y( :PLG2, Position( 1 ) ),
		Y( :PNP5, Position( 1 ) ),
		Y( :NPN6, Position( 1 ) ),
		Y( :PNP6, Position( 1 ) ),
		Y( :PNP7, Position( 1 ) ),
		Y( :NPN7, Position( 1 ) ),
		Y( :PNP8, Position( 1 ) ),
		Y( :IVP3, Position( 1 ) ),
		Y( :IVP4, Position( 1 ) ),
		Y( :IVP5, Position( 1 ) ),
		Y( :IVP6, Position( 1 ) ),
		Y( :PNP9, Position( 1 ) ),
		Y( :NPN8, Position( 1 ) ),
		Y( :NPN9, Position( 1 ) ),
		Y( :IVP7, Position( 1 ) ),
		Y( :NPN10, Position( 1 ) ),
		Y( :N_1, Position( 1 ) ),
		Y( :PBA1, Position( 1 ) ),
		Y( :WPR1, Position( 1 ) ),
		Y( :B10, Position( 1 ) ),
		Y( :PLY10, Position( 1 ) ),
		Y( :VBE210, Position( 1 ) ),
		Y( :VTN210, Position( 1 ) ),
		Y( :VTP210, Position( 1 ) ),
		Y( :SIT2, Position( 1 ) ),
		Y( :SIT3, Position( 1 ) ),
		Y( :INV2, Position( 1 ) ),
		Y( :INV3, Position( 1 ) ),
		Y( :INV4, Position( 1 ) ),
		Y( :INV5, Position( 1 ) ),
		Y( :FST1, Position( 1 ) ),
		Y( :FST2, Position( 1 ) ),
		Y( :RES1, Position( 1 ) ),
		Y( :RES2, Position( 1 ) ),
		Y( :PNM1, Position( 1 ) ),
		Y( :PPM1, Position( 1 ) ),
		Y( :FNM1, Position( 1 ) ),
		Y( :FPM1, Position( 1 ) ),
		Y( :FST3, Position( 1 ) ),
		Y( :FST4, Position( 1 ) ),
		Y( :RES3, Position( 1 ) ),
		Y( :RES4, Position( 1 ) ),
		Y( :A1, Position( 1 ) ),
		Y( :B1, Position( 1 ) ),
		Y( :A2N, Position( 1 ) ),
		Y( :A2P, Position( 1 ) ),
		Y( :A2P1, Position( 1 ) ),
		Y( :IVP8, Position( 1 ) ),
		Y( :IVP9, Position( 1 ) ),
		Y( :DE_H1, Position( 1 ) ),
		Y( :NF_H1, Position( 1 ) ),
		Y( :ESM1, Position( 1 ) ),
		Y( :ESM2, Position( 1 ) ),
		Y( :ESP1, Position( 1 ) ),
		Y( :YFU1, Position( 1 ) ),
		Y( :VPM4, Position( 1 ) ),
		Y( :PBA2, Position( 1 ) ),
		Y( :PBB1, Position( 1 ) ),
		Y( :LYA1, Position( 1 ) ),
		Y( :LYB1, Position( 1 ) ),
		Y( :DEM1, Position( 1 ) ),
		Y( :DEP1, Position( 1 ) ),
		Y( :NFM1, Position( 1 ) ),
		Y( :PLY1, Position( 1 ) ),
		Y( :VDP1, Position( 1 ) ),
		Y( :VDP2, Position( 1 ) ),
		Y( :SNW1, Position( 1 ) ),
		Y( :RSP2, Position( 1 ) ),
		Y( :PLY2, Position( 1 ) ),
		Y( :RSP1, Position( 1 ) ),
		Y( :VDP3, Position( 1 ) ),
		Y( :PBL1, Position( 1 ) ),
		Y( :PLG1, Position( 1 ) ),
		Y( :VDP4, Position( 1 ) ),
		Y( :SPW1, Position( 1 ) ),
		Y( :VIA1, Position( 1 ) ),
		Y( :INM3, Position( 1 ) ),
		Y( :VPM5, Position( 1 ) ),
		Y( :VPM6, Position( 1 ) ),
		Y( :INM4, Position( 1 ) ),
		Y( :VPM7, Position( 1 ) ),
		Y( :M1_M1, Position( 1 ) ),
		Y( :M2_M2, Position( 1 ) ),
		Y( :P1_P1, Position( 1 ) ),
		Y( :E2A1, Position( 1 ) ),
		Y( :E2B1, Position( 1 ) ),
		Y( :NPN11, Position( 1 ) ),
		Y( :IVP10, Position( 1 ) ),
		Y( :PNP10, Position( 1 ) ),
		Y( :INM5, Position( 1 ) ),
		Y( :VPM8, Position( 1 ) ),
		Y( :VPM9, Position( 1 ) ),
		Y( :INM6, Position( 1 ) ),
		Y( :VPM10, Position( 1 ) ),
		Y( :N2A1, Position( 1 ) ),
		Y( :N2B1, Position( 1 ) ),
		Y( :NM_L1, Position( 1 ) ),
		Y( :P2A1, Position( 1 ) ),
		Y( :P2B1, Position( 1 ) ),
		Y( :PM_L1, Position( 1 ) ),
		Y( :P1, Position( 1 ) ),
		Y( :M1, Position( 1 ) )
	),
	Elements(
		Points(
			X,
			Y( 1 ),
			Y( 2 ),
			Y( 3 ),
			Y( 4 ),
			Y( 5 ),
			Y( 6 ),
			Y( 7 ),
			Y( 8 ),
			Y( 9 ),
			Y( 10 ),
			Y( 11 ),
			Y( 12 ),
			Y( 13 ),
			Y( 14 ),
			Y( 15 ),
			Y( 16 ),
			Y( 17 ),
			Y( 18 ),
			Y( 19 ),
			Y( 20 ),
			Y( 21 ),
			Y( 22 ),
			Y( 23 ),
			Y( 24 ),
			Y( 25 ),
			Y( 26 ),
			Y( 27 ),
			Y( 28 ),
			Y( 29 ),
			Y( 30 ),
			Y( 31 ),
			Y( 32 ),
			Y( 33 ),
			Y( 34 ),
			Y( 35 ),
			Y( 36 ),
			Y( 37 ),
			Y( 38 ),
			Y( 39 ),
			Y( 40 ),
			Y( 41 ),
			Y( 42 ),
			Y( 43 ),
			Y( 44 ),
			Y( 45 ),
			Y( 46 ),
			Y( 47 ),
			Y( 48 ),
			Y( 49 ),
			Y( 50 ),
			Y( 51 ),
			Y( 52 ),
			Y( 53 ),
			Y( 54 ),
			Y( 55 ),
			Y( 56 ),
			Y( 57 ),
			Y( 58 ),
			Y( 59 ),
			Y( 60 ),
			Y( 61 ),
			Y( 62 ),
			Y( 63 ),
			Y( 64 ),
			Y( 65 ),
			Y( 66 ),
			Y( 67 ),
			Y( 68 ),
			Y( 69 ),
			Y( 70 ),
			Y( 71 ),
			Y( 72 ),
			Y( 73 ),
			Y( 74 ),
			Y( 75 ),
			Y( 76 ),
			Y( 77 ),
			Y( 78 ),
			Y( 79 ),
			Y( 80 ),
			Y( 81 ),
			Y( 82 ),
			Y( 83 ),
			Y( 84 ),
			Y( 85 ),
			Y( 86 ),
			Y( 87 ),
			Y( 88 ),
			Y( 89 ),
			Y( 90 ),
			Y( 91 ),
			Y( 92 ),
			Y( 93 ),
			Y( 94 ),
			Y( 95 ),
			Y( 96 ),
			Y( 97 ),
			Y( 98 ),
			Y( 99 ),
			Y( 100 ),
			Y( 101 ),
			Y( 102 ),
			Y( 103 ),
			Y( 104 ),
			Y( 105 ),
			Y( 106 ),
			Y( 107 ),
			Y( 108 ),
			Y( 109 ),
			Y( 110 ),
			Y( 111 ),
			Y( 112 ),
			Y( 113 ),
			Y( 114 ),
			Y( 115 ),
			Y( 116 ),
			Y( 117 ),
			Y( 118 ),
			Y( 119 ),
			Y( 120 ),
			Y( 121 ),
			Y( 122 ),
			Y( 123 ),
			Y( 124 ),
			Y( 125 ),
			Y( 126 ),
			Y( 127 ),
			Y( 128 ),
			Legend( 3 )
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 20:16:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numbering-the-overlay-plots/m-p/368375#M61826</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-03-16T20:16:55Z</dc:date>
    </item>
  </channel>
</rss>

