<?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: JSL: change drawing order in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-change-drawing-order/m-p/808630#M98813</link>
    <description>&lt;P&gt;There is Reorder Segs which might work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA\Big Class.jmp");
gb = Graph Builder(
	Size(534, 456),
	Show Control Panel(0),
	Variables(X(:height), Y(:weight)),
	Elements(Points(X, Y, Legend(6)), Bar(X, Y, Legend(7))),
	SendToReport(
		Dispatch({}, "weight", ScaleBox,
			{Label Row({Show Major Grid(1), Show Minor Grid(1)})}
		)
	)
);
For(blink = 1, blink &amp;lt; 4, blink++,
	Wait(.5);
	(gb &amp;lt;&amp;lt; report)[FrameBox(1)] &amp;lt;&amp;lt; reorder segs({4, 3, 2, 1});
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Depending on elements you wish to move there might also be other options&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2024 12:16:36 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-10-28T12:16:36Z</dc:date>
    <item>
      <title>JSL: change drawing order</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-change-drawing-order/m-p/808620#M98812</link>
      <description>&lt;P&gt;Is there a JSL command to change the order of segs?&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="hogi_0-1730116079348.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/69552i8906268733A11979/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1730116079348.png" alt="hogi_0-1730116079348.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 11:48:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-change-drawing-order/m-p/808620#M98812</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-10-28T11:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: change drawing order</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-change-drawing-order/m-p/808630#M98813</link>
      <description>&lt;P&gt;There is Reorder Segs which might work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA\Big Class.jmp");
gb = Graph Builder(
	Size(534, 456),
	Show Control Panel(0),
	Variables(X(:height), Y(:weight)),
	Elements(Points(X, Y, Legend(6)), Bar(X, Y, Legend(7))),
	SendToReport(
		Dispatch({}, "weight", ScaleBox,
			{Label Row({Show Major Grid(1), Show Minor Grid(1)})}
		)
	)
);
For(blink = 1, blink &amp;lt; 4, blink++,
	Wait(.5);
	(gb &amp;lt;&amp;lt; report)[FrameBox(1)] &amp;lt;&amp;lt; reorder segs({4, 3, 2, 1});
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Depending on elements you wish to move there might also be other options&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 12:16:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-change-drawing-order/m-p/808630#M98813</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-10-28T12:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: change drawing order</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-change-drawing-order/m-p/808719#M98829</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp; : )&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 17:41:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-change-drawing-order/m-p/808719#M98829</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-10-28T17:41:58Z</dc:date>
    </item>
  </channel>
</rss>

