<?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: Customize Graph Builder: circle does not align with coordinates in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Customize-Graph-Builder-circle-does-not-align-with-coordinates/m-p/971004#M110534</link>
    <description>&lt;P&gt;Size to Isometric should solve this&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = New Table( "Circle Data",
	Add Rows( 72 ),
	Compress File When Saved( 1 ),
	New Script(
		"y coord vs. x coord", JSL Quote(Graph Builder(show control panel(0),
	Size( 540, 540 ),
	Variables( X( :x coord ), Y( :y coord ) ),
	Elements( Points( X, Y, Legend( 4 ) ), Smoother( X, Y, Legend( 5 ) ) ),
	SendToReport(
		Dispatch( {}, "Graph Builder", FrameBox,
			{Add Graphics Script( 2, Description( "" ), Circle( {0, 0}, 1 ) )}
		)
	)
);
)	,
		As String( 1 )
	),
	New Column( "Degree", Numeric, "Continuous", Formula( Row() * 5 ), Set Display Width( 74 ) ),
	New Column( "x coord", Numeric, "Continuous", Formula( Cosine( :Degree * (Pi() / 180) ) ), Set Selected, Set Display Width( 123 ) ),
	New Column( "y coord", Numeric, "Continuous", Formula( Sine( :Degree * (Pi() / 180) ) ), Set Display Width( 123 ) )
);

gb = dt &amp;lt;&amp;lt; Run Script("y coord vs. x coord");

framebox = Report(gb)[FrameBox(1)];
framebox &amp;lt;&amp;lt; Size To Isometric;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 14 Sep 2026 15:07:00 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2026-09-14T15:07:00Z</dc:date>
    <item>
      <title>Customize Graph Builder: circle does not align with coordinates</title>
      <link>https://community.jmp.com/t5/Discussions/Customize-Graph-Builder-circle-does-not-align-with-coordinates/m-p/970970#M110532</link>
      <description>&lt;P&gt;Dear all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try to draw a circle in Graph Builder via customize Graph,&lt;/P&gt;
&lt;P&gt;and see, that the circle does not align with datapoints.&lt;/P&gt;
&lt;P&gt;How can I do better, to have the circle at exact same position in the canvas as the data points?&lt;/P&gt;
&lt;P&gt;Why does it seem to be ok for y, and not for x? Other ways to accomplish?&lt;/P&gt;
&lt;P&gt;Thanks and best regards, Georg&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Georg_0-1789394255151.png"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/116916i5EBBC08C69B81874/image-size/medium?v=v2&amp;amp;px=400" alt="Georg_0-1789394255151.png" title="Georg_0-1789394255151.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Table( "Circle Data",
	Add Rows( 72 ),
	Compress File When Saved( 1 ),
	New Script(
		"y coord vs. x coord", JSL Quote(Graph Builder(show control panel(0),
	Size( 540, 540 ),
	Variables( X( :x coord ), Y( :y coord ) ),
	Elements( Points( X, Y, Legend( 4 ) ), Smoother( X, Y, Legend( 5 ) ) ),
	SendToReport(
		Dispatch( {}, "Graph Builder", FrameBox,
			{Add Graphics Script( 2, Description( "" ), Circle( {0, 0}, 1 ) )}
		)
	)
);
)	,
		As String( 1 )
	),
	New Column( "Degree", Numeric, "Continuous", Formula( Row() * 5 ), Set Display Width( 74 ) ),
	New Column( "x coord", Numeric, "Continuous", Formula( Cosine( :Degree * (Pi() / 180) ) ), Set Selected, Set Display Width( 123 ) ),
	New Column( "y coord", Numeric, "Continuous", Formula( Sine( :Degree * (Pi() / 180) ) ), Set Display Width( 123 ) )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Sep 2026 14:02:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Customize-Graph-Builder-circle-does-not-align-with-coordinates/m-p/970970#M110532</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2026-09-14T14:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Graph Builder: circle does not align with coordinates</title>
      <link>https://community.jmp.com/t5/Discussions/Customize-Graph-Builder-circle-does-not-align-with-coordinates/m-p/971003#M110533</link>
      <description>&lt;P&gt;&lt;LI-MESSAGE title="How Do You Draw a Circle?" uid="466661" url="https://community.jmp.com/t5/Uncharted/How-Do-You-Draw-a-Circle/m-p/466661#U466661" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp; discusses this about 3/4 down; you might want to use the&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-inline-image-caption"&gt;Size/Scale-&amp;gt;SizeToIsometric&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2026 15:03:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Customize-Graph-Builder-circle-does-not-align-with-coordinates/m-p/971003#M110533</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2026-09-14T15:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Graph Builder: circle does not align with coordinates</title>
      <link>https://community.jmp.com/t5/Discussions/Customize-Graph-Builder-circle-does-not-align-with-coordinates/m-p/971004#M110534</link>
      <description>&lt;P&gt;Size to Isometric should solve this&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = New Table( "Circle Data",
	Add Rows( 72 ),
	Compress File When Saved( 1 ),
	New Script(
		"y coord vs. x coord", JSL Quote(Graph Builder(show control panel(0),
	Size( 540, 540 ),
	Variables( X( :x coord ), Y( :y coord ) ),
	Elements( Points( X, Y, Legend( 4 ) ), Smoother( X, Y, Legend( 5 ) ) ),
	SendToReport(
		Dispatch( {}, "Graph Builder", FrameBox,
			{Add Graphics Script( 2, Description( "" ), Circle( {0, 0}, 1 ) )}
		)
	)
);
)	,
		As String( 1 )
	),
	New Column( "Degree", Numeric, "Continuous", Formula( Row() * 5 ), Set Display Width( 74 ) ),
	New Column( "x coord", Numeric, "Continuous", Formula( Cosine( :Degree * (Pi() / 180) ) ), Set Selected, Set Display Width( 123 ) ),
	New Column( "y coord", Numeric, "Continuous", Formula( Sine( :Degree * (Pi() / 180) ) ), Set Display Width( 123 ) )
);

gb = dt &amp;lt;&amp;lt; Run Script("y coord vs. x coord");

framebox = Report(gb)[FrameBox(1)];
framebox &amp;lt;&amp;lt; Size To Isometric;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Sep 2026 15:07:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Customize-Graph-Builder-circle-does-not-align-with-coordinates/m-p/971004#M110534</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-09-14T15:07:00Z</dc:date>
    </item>
  </channel>
</rss>

