<?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 use JMP plot circular(wafer position) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829287#M101124</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1737985986405.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72283i06177F9A0C6CFA5A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1737985986405.png" alt="jthi_1-1737985986405.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;?&lt;/P&gt;
&lt;P&gt;Or you can use graphic scripts &lt;A href="https://www.jmp.com/support/help/en/18.1/#page/jmp/graphics-functions.shtml?os=win&amp;amp;source=application#ww2626013" target="_blank" rel="noopener"&gt;https://www.jmp.com/support/help/en/18.1/#page/jmp/graphics-functions.shtml?os=win&amp;amp;source=application#ww2626013&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1737986250619.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72284i35F987FB239D0D82/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1737986250619.png" alt="jthi_2-1737986250619.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Edit: Example script for graph box&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
nw = New Window("Example",
	Graph Box(
		Frame Size(500, 500),
		XAxis(Min(-175), Max(175), Inc(25), Show Major Grid),
		YAxis(Min(-175), Max(175), Inc(25), Show Major Grid),
		XName("x"),
		YName("y"),
		Pen Size(3);
		Pen Color("Black");
		Circle({0, 0}, 150);
		Pen Color("Red");
		Circle({-1.865, 7.892}, 150);
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jan 2025 14:06:18 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2025-01-27T14:06:18Z</dc:date>
    <item>
      <title>How to use JMP plot circular(wafer position)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829274#M101123</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to use JMP to plot circular data (wafer position) based on the Excel data points provided in the attachment?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;please provide me JMP scrip file or Built-in function. Thank you.&lt;/SPAN&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="JackGu_0-1737985282362.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72281i83BA2CE4AA3914F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JackGu_0-1737985282362.png" alt="JackGu_0-1737985282362.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 13:45:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829274#M101123</guid>
      <dc:creator>JackGu</dc:creator>
      <dc:date>2025-01-27T13:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JMP plot circular(wafer position)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829287#M101124</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1737985986405.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72283i06177F9A0C6CFA5A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1737985986405.png" alt="jthi_1-1737985986405.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;?&lt;/P&gt;
&lt;P&gt;Or you can use graphic scripts &lt;A href="https://www.jmp.com/support/help/en/18.1/#page/jmp/graphics-functions.shtml?os=win&amp;amp;source=application#ww2626013" target="_blank" rel="noopener"&gt;https://www.jmp.com/support/help/en/18.1/#page/jmp/graphics-functions.shtml?os=win&amp;amp;source=application#ww2626013&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1737986250619.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72284i35F987FB239D0D82/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1737986250619.png" alt="jthi_2-1737986250619.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Edit: Example script for graph box&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
nw = New Window("Example",
	Graph Box(
		Frame Size(500, 500),
		XAxis(Min(-175), Max(175), Inc(25), Show Major Grid),
		YAxis(Min(-175), Max(175), Inc(25), Show Major Grid),
		XName("x"),
		YName("y"),
		Pen Size(3);
		Pen Color("Black");
		Circle({0, 0}, 150);
		Pen Color("Red");
		Circle({-1.865, 7.892}, 150);
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 14:06:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829287#M101124</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-01-27T14:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JMP plot circular(wafer position)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829444#M101145</link>
      <description>&lt;P&gt;Hi jthi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much for your feedback.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Metod 1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you provide more detail steps for me, I can't plot like you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JackGu_0-1738044567826.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72322i8A7BC759C4711788/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JackGu_0-1738044567826.png" alt="JackGu_0-1738044567826.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Metod 2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The plot appears to be perfect, but I encounter an issue when attempting to add a trend line (Actual position/ Current position). Could you please assist me in resolving this problem? Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Names Default To Here(1);
nw = New Window("Example",
	Graph Box(
		Frame Size(500, 500),
		XAxis(Min(-175), Max(175), Inc(25), Show Major Grid),
		YAxis(Min(-175), Max(175), Inc(25), Show Major Grid),
		XName("x"),
		YName("y"),
		Pen Size(3);
		Pen Color("Black");
		Circle({0, 0}, 150);
		"100",
			ScaleBox,
			{Legend Model(
				4,
				Properties(
					0,
					{Line Label Properties( {Name Label( 1 )} )},
					Item ID( "Actual position", 1 )
				)
			)},
		Pen Color("Red");
		Circle({-1.865, 7.892}, 150);
		"100",
			ScaleBox,
			{Legend Model(
				4,
				Properties(
					0,
					{Line Label Properties( {Name Label( 1 )} )},
					Item ID( "Real position", 1 )
				)
			)},
	)
);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very mauch.&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;</description>
      <pubDate>Tue, 28 Jan 2025 06:10:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829444#M101145</guid>
      <dc:creator>JackGu</dc:creator>
      <dc:date>2025-01-28T06:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JMP plot circular(wafer position)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829446#M101146</link>
      <description>&lt;P&gt;In your image, you might have your data in character (or at least nominal/ordinal) format, try changing it to numeric continuous.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 07:13:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829446#M101146</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-01-28T07:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JMP plot circular(wafer position)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829492#M101159</link>
      <description>&lt;P&gt;Hi jthi,&lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;Solution 1: [Done]&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JackGu_0-1738074506090.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72327i683322D876952203/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JackGu_0-1738074506090.png" alt="JackGu_0-1738074506090.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Solution 2:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The plot appears to be perfect, but I encounter an issue when attempting to add a trend line (Actual position/ Current position). Could you please assist me in resolving this problem?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Where and what command need add in the script as you provide.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Jack Gu&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 14:32:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829492#M101159</guid>
      <dc:creator>JackGu</dc:creator>
      <dc:date>2025-01-28T14:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JMP plot circular(wafer position)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829493#M101160</link>
      <description>&lt;P&gt;How do you wish to compare them?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 14:42:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829493#M101160</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-01-28T14:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JMP plot circular(wafer position)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829595#M101180</link>
      <description>&lt;P&gt;Hi jthi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In Solution 2 (Script Method), I would like to inquire about the process of adding a red circle to denote the "current position" and a black circle to indicate the "actual position" on the plot, as shown in the attached image. Could you please specify the necessary commands and their appropriate placement within the script? Thank you for your assistance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JackGu_0-1738143519103.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72341i75EE15A335207092/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JackGu_0-1738143519103.png" alt="JackGu_0-1738143519103.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;Warm Regards,&lt;/P&gt;&lt;P&gt;Jack Gu&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 09:43:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829595#M101180</guid>
      <dc:creator>JackGu</dc:creator>
      <dc:date>2025-01-29T09:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JMP plot circular(wafer position)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829603#M101183</link>
      <description>&lt;P&gt;So you wish to have legend not trend line?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 11:25:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829603#M101183</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-01-29T11:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JMP plot circular(wafer position)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829605#M101184</link>
      <description>&lt;P&gt;I think you have to script that and you cannot directly add legend to graph box&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
nw = New Window("Example",
	H List Box(align("center"),
		Graph Box(
			Frame Size(500, 500),
			XAxis(Min(-175), Max(175), Inc(25), Show Major Grid),
			YAxis(Min(-175), Max(175), Inc(25), Show Major Grid),
			XName("x"),
			YName("y"),
			Pen Size(3);
			Pen Color("Black");
			Circle({0, 0}, 150);
			Pen Color("Red");
			Circle({-1.865, 7.892}, 150);
		),
		Lineup Box(N Col(1),
			H List Box(align("center"),
				Spacer Box(Size(30, 3), Color("Black")),
				Spacer Box(Size(1, 0)),
				Text Box("Black item")
			),
			H List Box(align("center"),
				Spacer Box(Size(30, 3), Color("Red")),
				Spacer Box(Size(1, 0)),
				Text Box("Red item")
			)
		)
	)
);

Write();&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1738150192534.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72344iCF69CD70B82C757A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1738150192534.png" alt="jthi_0-1738150192534.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In Graph Builder you might have some other options&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 11:30:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/829605#M101184</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-01-29T11:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JMP plot circular(wafer position)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/832319#M101271</link>
      <description>&lt;P&gt;Hi jthi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;Thank you for your assistance. I would like to summarize the solution and provide convenience for others who may encounter the same issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Solution 1:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JackGu_1-1738468154832.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72457i4B360B154E780798/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JackGu_1-1738468154832.png" alt="JackGu_1-1738468154832.png" /&gt;&lt;/span&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="JackGu_0-1738468093143.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72456i0E2BFAAD94493A33/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JackGu_0-1738468093143.png" alt="JackGu_0-1738468093143.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;Solution 2:&lt;/P&gt;&lt;PRE class="language-jsl"&gt;&lt;CODE&gt;Names Default To Here(1);
nw = New Window("Example",
	H List Box(align("center"),
		Graph Box(
			Frame Size(500, 500),
			XAxis(Min(-175), Max(175), Inc(25), Show Major Grid),
			YAxis(Min(-175), Max(175), Inc(25), Show Major Grid),
			XName("x"),
			YName("y"),
			Pen Size(3);
			Pen Color("Black");
			Circle({0, 0}, 150);
			Pen Color("Red");
			Circle({-1.865, 7.892}, 150);
		),
		Lineup Box(N Col(1),
			H List Box(align("center"),
				Spacer Box(Size(30, 3), Color("Black")),
				Spacer Box(Size(1, 0)),
				Text Box("Black item")
			),
			H List Box(align("center"),
				Spacer Box(Size(30, 3), Color("Red")),
				Spacer Box(Size(1, 0)),
				Text Box("Red item")
			)
		)
	)
);

Write();&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JackGu_2-1738468324082.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72458i4687ECC57E299BC6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JackGu_2-1738468324082.png" alt="JackGu_2-1738468324082.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Jack Gu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 03:52:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JMP-plot-circular-wafer-position/m-p/832319#M101271</guid>
      <dc:creator>JackGu</dc:creator>
      <dc:date>2025-02-02T03:52:25Z</dc:date>
    </item>
  </channel>
</rss>

