<?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 How to get my x-axis at the top/ above the graph instead of the default setting of x-axis being at the bottom? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-get-my-x-axis-at-the-top-above-the-graph-instead-of-the/m-p/571276#M78102</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 1068, 757 ),
	Show Control Panel( 0 ),
	Show Legend( 0 ),
	Variables(
		X( :SSS ),
		Y( :"$MLD"n ),
		Y( :ChlMD, Position( 1 ) ),
		Y( :depth, Position( 1 ) ),
		Color( :HabitatType )
	),
	Elements(
		Smoother( X, Y( 1 ), Y( 2 ), Y( 3 ), Legend( 15 ) ),
		Points( X, Y( 1 ), Y( 2 ), Y( 3 ), Legend( 17 ) )
	),
	SendToReport(
		Dispatch(
			{},
			"SSS",
			ScaleBox,
			{Label Row( {Label Orientation( "Vertical" ), Show Major Labels( 0 )} )}
		),
		Dispatch(
			{},
			"$MLD",
			ScaleBox,
			{Min( 116.734216796432 ), Max( -0.525034015687382 ), Inc( 20 ),
			Minor Ticks( 1 )}
		),
		Dispatch(
			{},
			"400",
			ScaleBox,
			{Legend Model(
				17,
				Properties( 5, {Marker( "Dot" )}, Item ID( "$MLD", 1 ) ),
				Properties( 6, {Marker( "Dot" )}, Item ID( "ChlMD", 1 ) ),
				Properties( 7, {Marker( "Dot" )}, Item ID( "depth", 1 ) )
			)}
		),
		Dispatch( {}, "graph title", TextEditBox, {Set Text( "" )} ),
		Dispatch( {}, "Y title", TextEditBox, {Set Text( "depth" )} )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 01 Jul 2025 19:56:16 GMT</pubDate>
    <dc:creator>Zainab22</dc:creator>
    <dc:date>2025-07-01T19:56:16Z</dc:date>
    <item>
      <title>How to get my x-axis at the top/ above the graph instead of the default setting of x-axis being at the bottom?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-my-x-axis-at-the-top-above-the-graph-instead-of-the/m-p/571276#M78102</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 1068, 757 ),
	Show Control Panel( 0 ),
	Show Legend( 0 ),
	Variables(
		X( :SSS ),
		Y( :"$MLD"n ),
		Y( :ChlMD, Position( 1 ) ),
		Y( :depth, Position( 1 ) ),
		Color( :HabitatType )
	),
	Elements(
		Smoother( X, Y( 1 ), Y( 2 ), Y( 3 ), Legend( 15 ) ),
		Points( X, Y( 1 ), Y( 2 ), Y( 3 ), Legend( 17 ) )
	),
	SendToReport(
		Dispatch(
			{},
			"SSS",
			ScaleBox,
			{Label Row( {Label Orientation( "Vertical" ), Show Major Labels( 0 )} )}
		),
		Dispatch(
			{},
			"$MLD",
			ScaleBox,
			{Min( 116.734216796432 ), Max( -0.525034015687382 ), Inc( 20 ),
			Minor Ticks( 1 )}
		),
		Dispatch(
			{},
			"400",
			ScaleBox,
			{Legend Model(
				17,
				Properties( 5, {Marker( "Dot" )}, Item ID( "$MLD", 1 ) ),
				Properties( 6, {Marker( "Dot" )}, Item ID( "ChlMD", 1 ) ),
				Properties( 7, {Marker( "Dot" )}, Item ID( "depth", 1 ) )
			)}
		),
		Dispatch( {}, "graph title", TextEditBox, {Set Text( "" )} ),
		Dispatch( {}, "Y title", TextEditBox, {Set Text( "depth" )} )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Jul 2025 19:56:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-my-x-axis-at-the-top-above-the-graph-instead-of-the/m-p/571276#M78102</guid>
      <dc:creator>Zainab22</dc:creator>
      <dc:date>2025-07-01T19:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get my x-axis at the top/ above the graph instead of the default setting of x-axis being at the bottom?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-my-x-axis-at-the-top-above-the-graph-instead-of-the/m-p/571346#M78106</link>
      <description>&lt;P&gt;I'm not sure if this can be done (easily) in Graph Builder, but you can use journal to achieve at least something similar&lt;LI-MESSAGE title="How can I move the x-axis on top of graph?" uid="47137" url="https://community.jmp.com/t5/Discussions/How-can-I-move-the-x-axis-on-top-of-graph/m-p/47137#U47137" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First create graph in graph builder, then go to edit/journal, select x-axis and move it to top of graph. This is a bit hacky solution and doesn't look as nice as graph builder (tick marks for example are in wrong side). You can also move the x-axis title (getting it to center might require some more modifications to display boxes).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1668843724156.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47490iC8565B9627606737/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1668843724156.png" alt="jthi_0-1668843724156.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also be able to modify the margin of x-axis in graph builder but it is dependent on the graph size and most likely even more hacky option.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2022 07:49:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-my-x-axis-at-the-top-above-the-graph-instead-of-the/m-p/571346#M78106</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-11-19T07:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get my x-axis at the top/ above the graph instead of the default setting of x-axis being at the bottom?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-my-x-axis-at-the-top-above-the-graph-instead-of-the/m-p/571803#M78140</link>
      <description>&lt;P&gt;Thanks for the reply. I tried this solution, but as you said it ended up corrupting the graph and doesn't look accurate!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 20:07:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-my-x-axis-at-the-top-above-the-graph-instead-of-the/m-p/571803#M78140</guid>
      <dc:creator>Zainab22</dc:creator>
      <dc:date>2022-11-21T20:07:44Z</dc:date>
    </item>
  </channel>
</rss>

