<?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: Any Advice: Fill Color not working in Graph Box? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Any-Advice-Fill-Color-not-working-in-Graph-Box/m-p/238967#M47218</link>
    <description>I got it, I need to add the Boolean for Fill..</description>
    <pubDate>Wed, 18 Dec 2019 17:12:39 GMT</pubDate>
    <dc:creator>G_M</dc:creator>
    <dc:date>2019-12-18T17:12:39Z</dc:date>
    <item>
      <title>Any Advice: Fill Color not working in Graph Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Any-Advice-Fill-Color-not-working-in-Graph-Box/m-p/238956#M47216</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;for some reason the rectangles in this Graph Box are not filling with specified color.&amp;nbsp; Perhaps it is something simple that I am missing:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;new Window("Test",
H List Box(
g0 = Graph Box(
			Frame Size(50, 500),
			Y Scale(-1, 6),
			X Scale(0, 6),
			Fill Color("Green");
			Rect(0, 1.1, 6, 0);
			Fill Color("Yellow");
			Rect(0, 1.6, 6, 1.1);
			Fill Color("Orange");
			Rect(0, 1.8, 6, 1.6);
			Fill Color("Red");
			Rect(0, 5.9, 6, 1.8);
		),
g1 = Graph Box(
			Frame Size(50, 500),
			Y Scale(-1, 6),
			X Scale(0, 6),
			Fill Color("Green");
			Rect(0, 1.1, 6, 0);
			Fill Color("Yellow");
			Rect(0, 1.6, 6, 1.1);
			Fill Color("Orange");
			Rect(0, 1.8, 6, 1.6);
			Fill Color("Red");
			Rect(0, 5.9, 6, 1.8);
		),
g2 = Graph Box(
			Frame Size(50, 500),
			Y Scale(-1, 6),
			X Scale(0, 6),
			Fill Color("Green");
			Rect(0, 1.1, 6, 0);
			Fill Color("Yellow");
			Rect(0, 1.6, 6, 1.1);
			Fill Color("Orange");
			Rect(0, 1.8, 6, 1.6);
			Fill Color("Red");
			Rect(0, 5.9, 6, 1.8);
		),
g3 = Graph Box(
			Frame Size(50, 500),
			Y Scale(-1, 6),
			X Scale(0, 6),
			Fill Color("Green");
			Rect(0, 1.1, 6, 0);
			Fill Color("Yellow");
			Rect(0, 1.6, 6, 1.1);
			Fill Color("Orange");
			Rect(0, 1.8, 6, 1.6);
			Fill Color("Red");
			Rect(0, 5.9, 6, 1.8);
		),
	),
);

g0[Axis Box(1)]&amp;lt;&amp;lt; Delete;
g1[Axis Box(1)]&amp;lt;&amp;lt; Delete;
g2[Axis Box(1)]&amp;lt;&amp;lt; Delete;
g3[Axis Box(1)]&amp;lt;&amp;lt; Delete;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;&lt;P&gt;MG&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 16:48:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Any-Advice-Fill-Color-not-working-in-Graph-Box/m-p/238956#M47216</guid>
      <dc:creator>G_M</dc:creator>
      <dc:date>2019-12-18T16:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Any Advice: Fill Color not working in Graph Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Any-Advice-Fill-Color-not-working-in-Graph-Box/m-p/238965#M47217</link>
      <description>You need to add a 5th element to the Rect() function.  The 5th element specifies if the rectangle is to be filled (1) or not filled (0).  See the Scripting Index for more info.&lt;BR /&gt;rect( 11,15,15,11,1)</description>
      <pubDate>Wed, 18 Dec 2019 17:01:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Any-Advice-Fill-Color-not-working-in-Graph-Box/m-p/238965#M47217</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-12-18T17:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Any Advice: Fill Color not working in Graph Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Any-Advice-Fill-Color-not-working-in-Graph-Box/m-p/238967#M47218</link>
      <description>I got it, I need to add the Boolean for Fill..</description>
      <pubDate>Wed, 18 Dec 2019 17:12:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Any-Advice-Fill-Color-not-working-in-Graph-Box/m-p/238967#M47218</guid>
      <dc:creator>G_M</dc:creator>
      <dc:date>2019-12-18T17:12:39Z</dc:date>
    </item>
  </channel>
</rss>

