<?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 can I move the x-axis on top of graph? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-I-move-the-x-axis-on-top-of-graph/m-p/47164#M26878</link>
    <description>&lt;P&gt;Finally we discover a reason why we might want to select the axes in isolation from the graph :)&lt;/img&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Nov 2017 14:55:32 GMT</pubDate>
    <dc:creator>David_Burnham</dc:creator>
    <dc:date>2017-11-13T14:55:32Z</dc:date>
    <item>
      <title>How can I move the x-axis on top of graph?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-move-the-x-axis-on-top-of-graph/m-p/47137#M26864</link>
      <description>&lt;P&gt;Hi, I'm trying to create a trace element concentration profile and need to have the x-axis (concentrations) at the top of the graph&amp;nbsp;so that it can show how the concentration varies down-core .. Is there any way to do this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Nov 2017 23:53:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-move-the-x-axis-on-top-of-graph/m-p/47137#M26864</guid>
      <dc:creator>maribliss</dc:creator>
      <dc:date>2017-11-12T23:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I move the x-axis on top of graph?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-move-the-x-axis-on-top-of-graph/m-p/47146#M26869</link>
      <description>&lt;P&gt;If you run this script:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;NamesDefaultToHere(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 528, 452 ),
	Show Control Panel( 0 ),
	Variables( X( :weight ), Y( :height ) ),
	Elements( Points( X, Y, Legend( 6 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"weight",
			ScaleBox,
			{Label Row(
				{Inside Ticks( 1 ), Show Major Grid( 1 ), Show Minor Grid( 1 ),
				Show Minor Labels( 1 )}
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;it produces:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-11-13 at 09.09.26.png" style="width: 547px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8318iA402C7316ED7541D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-11-13 at 09.09.26.png" alt="Screen Shot 2017-11-13 at 09.09.26.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;(which you could make interactively, of course).&lt;/P&gt;
&lt;P&gt;I then did 'Edit &amp;gt; Journal' to make a Journal file, then used the 'fat plus' tool to move elements around to make:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-11-13 at 09.07.03.png" style="width: 586px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8319i78EB0CAC0FF2F562/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-11-13 at 09.07.03.png" alt="Screen Shot 2017-11-13 at 09.07.03.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 09:14:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-move-the-x-axis-on-top-of-graph/m-p/47146#M26869</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2017-11-13T09:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I move the x-axis on top of graph?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-move-the-x-axis-on-top-of-graph/m-p/47164#M26878</link>
      <description>&lt;P&gt;Finally we discover a reason why we might want to select the axes in isolation from the graph :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 14:55:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-move-the-x-axis-on-top-of-graph/m-p/47164#M26878</guid>
      <dc:creator>David_Burnham</dc:creator>
      <dc:date>2017-11-13T14:55:32Z</dc:date>
    </item>
  </channel>
</rss>

