<?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 Rect() Function in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Rect-Function/m-p/929448#M108675</link>
    <description>&lt;P&gt;Can the Rect() function be a text box?&amp;nbsp; Alternatively, is there another function that can be used in a graph builder script to create a shape with text?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Slán&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SpannerHead&lt;/P&gt;</description>
    <pubDate>Fri, 06 Feb 2026 19:37:10 GMT</pubDate>
    <dc:creator>SpannerHead</dc:creator>
    <dc:date>2026-02-06T19:37:10Z</dc:date>
    <item>
      <title>Rect() Function</title>
      <link>https://community.jmp.com/t5/Discussions/Rect-Function/m-p/929448#M108675</link>
      <description>&lt;P&gt;Can the Rect() function be a text box?&amp;nbsp; Alternatively, is there another function that can be used in a graph builder script to create a shape with text?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Slán&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SpannerHead&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 19:37:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Rect-Function/m-p/929448#M108675</guid>
      <dc:creator>SpannerHead</dc:creator>
      <dc:date>2026-02-06T19:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Rect() Function</title>
      <link>https://community.jmp.com/t5/Discussions/Rect-Function/m-p/929463#M108676</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
New Window( "Example",
	Graph Box(
		Text Color( "red" );
		Text( Boxed, {50, 20}, "Boxed Text" );
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MathStatChem_0-1770410075348.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93271iFCAAC718FEB02192/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MathStatChem_0-1770410075348.png" alt="MathStatChem_0-1770410075348.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 20:34:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Rect-Function/m-p/929463#M108676</guid>
      <dc:creator>MathStatChem</dc:creator>
      <dc:date>2026-02-06T20:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Rect() Function</title>
      <link>https://community.jmp.com/t5/Discussions/Rect-Function/m-p/929523#M108682</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Text()&lt;/STRONG&gt; with &lt;STRONG&gt;boxed argument&lt;/STRONG&gt; is the correct answer for this, but you can draw multiple elements on top of each other. Order does matter with this and you might have to do some adjustments to coordinates especially if you are using Text()&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

nw = New Window("Example",
	Graph Box(
		Pen Color("Black");
		Fill Color("LightGreen");
		Circle({20, 20}, 20, "FILL");
		Text Color("Black");
		Text(Center Justified, {20, 17}, "centered");
	)
);&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-1770447052360.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93297iE48C86D79EBFF525/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1770447052360.png" alt="jthi_0-1770447052360.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Feb 2026 06:51:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Rect-Function/m-p/929523#M108682</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-02-07T06:51:56Z</dc:date>
    </item>
  </channel>
</rss>

