<?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: Can the vertical dividing line of the X-axis in the drawing only show part of it? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872806#M103709</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-05-12_13-55-21.png" style="width: 772px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75731iD2DD1C13A337DE1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-05-12_13-55-21.png" alt="2025-05-12_13-55-21.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;AI I only use grok3、&lt;BR /&gt;&lt;SPAN&gt;Using other ais to complete JSL is basically a waste of time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open("$SAMPLE_DATA/Big Class.jmp");ca="row";New Column(ca);Column(ca)&amp;lt;&amp;lt;Formula( row() );dt&amp;lt;&amp;lt;run formulas;Column(ca)&amp;lt;&amp;lt;deleteFormula;
ar4 = [12.5, 22.5, 33.5];
p1=dt&amp;lt;&amp;lt; Graph Builder(
	Size(534, 456),
	Show Control Panel(0),
	Variables(X(:row), Y(:height), Y(:weight)),
	Elements(Position(1, 1), Line(X, Y, Legend(11))),
	Elements(Position(1, 2), Bar(X, Y, Legend(14))),
	SendToReport(
		Dispatch({}, "Graph Builder", FrameBox(2),
			{Reference Line Order(3),
			Add Graphics Script(
				2,
				Description(""),
				PenColor("red");
				LineStyle("dashed");
				ForEach({ref_line}, ar4, Line({ref_line, 0}, {ref_line, 160}));
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 May 2025 05:57:37 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2025-05-12T05:57:37Z</dc:date>
    <item>
      <title>Can the vertical dividing line of the X-axis in the drawing only show part of it?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872785#M103701</link>
      <description>&lt;P&gt;Thanks Experts!&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=Open("$SAMPLE_DATA/Big Class.jmp");
p1=dt&amp;lt;&amp;lt; Graph Builder(
	Size( 534, 455 ),
	Show Control Panel( 0 ),
	Variables(
		X( Transform Column( "Row", Formula( Row() ) ) ),
		Y( :height ),
		Y( :weight )
	),
	Elements( Position( 1, 1 ), Line( X, Y, Legend( 5 ) ) ),
	Elements( Position( 1, 2 ), Bar( X, Y, Legend( 7 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"Row",
			ScaleBox,
			{Add Ref Line( 10.5, "Dotted", "Dark Red", "", 1 ),
			Add Ref Line( 20.5, "Dotted", "Dark Red", "", 1 ),
			Add Ref Line( 30.5, "Dotted", "Dark Red", "", 1 )}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-05-12_10-53-24.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75726i3B03BC36AED08488/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-05-12_10-53-24.png" alt="2025-05-12_10-53-24.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 02:57:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872785#M103701</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-05-12T02:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can the vertical dividing line of the X-axis in the drawing only show part of it?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872796#M103702</link>
      <description>&lt;P&gt;I would use&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; Add Graphics Script()&lt;/P&gt;
&lt;P&gt;and use the JMP Graphic Primitives' to draw the lines you need&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 04:58:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872796#M103702</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-05-12T04:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can the vertical dividing line of the X-axis in the drawing only show part of it?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872797#M103703</link>
      <description>&lt;P&gt;&lt;SPAN class="transSent" data-group="0-0"&gt;Thank you very much!&lt;/SPAN&gt;&lt;SPAN class="transSent" data-group="0-1"&gt;I want to know how to implement it with a script?&lt;/SPAN&gt;&lt;SPAN class="transSent" data-group="0-2"&gt;I would like to receive your help&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank Jim!&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 05:06:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872797#M103703</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-05-12T05:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can the vertical dividing line of the X-axis in the drawing only show part of it?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872799#M103704</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1747027470737.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75728i56B2692816B970C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1747027470737.png" alt="hogi_0-1747027470737.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 05:24:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872799#M103704</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-05-12T05:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can the vertical dividing line of the X-axis in the drawing only show part of it?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872801#M103705</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1747027519230.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75729i29E075D17D5086FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1747027519230.png" alt="hogi_1-1747027519230.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 05:25:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872801#M103705</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-05-12T05:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can the vertical dividing line of the X-axis in the drawing only show part of it?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872802#M103706</link>
      <description>&lt;P&gt;Maybe better: invert the problem:&lt;BR /&gt;put a huge white rectangle into the plots where you DON'T want the lines - and move this layer on top of the lines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This gives you the flexibility to adjust the lines via the GUI.&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 05:27:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872802#M103706</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-05-12T05:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can the vertical dividing line of the X-axis in the drawing only show part of it?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872804#M103707</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1747027800276.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75730iB3F20FB34B03BE28/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1747027800276.png" alt="txnelson_0-1747027800276.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = 
// Open Data Table: Big Class.jmp
// → Data Table( "Big Class" )
Open( "$SAMPLE_DATA/Big Class.jmp" );
// New column: Column 6
Data Table( "Big Class" ) &amp;lt;&amp;lt; New Column( "Column 6",
	Numeric,
	"Continuous",
	Format( "Best", 12 )
);


// Change column name: Column 6 → row
Data Table( "Big Class" ):Column 6 &amp;lt;&amp;lt; Set Name( "row" );


// Change column formula: row
Data Table( "Big Class" ):row &amp;lt;&amp;lt; Set Formula( Row() );
Graph Builder(
	Size( 534, 456 ),
	Show Control Panel( 0 ),
	Variables( X( :row ), Y( :height ), Y( :weight ) ),
	Elements(
		Position( 1, 1 ),
		Line( X, Y, Legend( 11 ) ),
		Smoother( X, Y, Legend( 10 ) )
	),
	Elements( Position( 1, 2 ), Bar( X, Y, Legend( 5 ) ) ),
	SendToReport(
		Dispatch( {}, "Graph Builder", FrameBox( 2 ),
			{Add Graphics Script(
				2,
				Description( "" ),
				Pen Color( "red" ):line style( "dashed" );
				Line( {11, 0}, {11, 160} );
			)}
		),
		Dispatch( {}, "400", LegendBox,
			{Legend Position( {11, [2], 10, [0], 5, [1]} )}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 May 2025 05:30:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872804#M103707</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-05-12T05:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can the vertical dividing line of the X-axis in the drawing only show part of it?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872805#M103708</link>
      <description>&lt;P&gt;Thank Jim!&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open("$SAMPLE_DATA/Big Class.jmp");ca="row";New Column(ca);Column(ca)&amp;lt;&amp;lt;Formula( row() );dt&amp;lt;&amp;lt;run formulas;Column(ca)&amp;lt;&amp;lt;deleteFormula;
p1 = dt &amp;lt;&amp;lt; Graph Builder(
	Size(572, 501),
	Variables(X(:row), Y(:height), Y(:weight)),
	Elements(Position(1, 1), Line(X, Y, Legend(11))),
	Elements(Position(1, 2), Bar(X, Y, Legend(14))),
	SendToReport(
		Dispatch({}, "Graph Builder", FrameBox(2),
			{Reference Line Order(3),
			Add Graphics Script(
				2,
				Description(""),
				PenColor("red");
				LineStyle("dashed");
				Line({10.5, 0}, {10.5, 160});
				Line({20.5, 0}, {20.5, 160});
				Line({30.5, 0}, {30.5, 160});
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 May 2025 05:46:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872805#M103708</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-05-12T05:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can the vertical dividing line of the X-axis in the drawing only show part of it?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872806#M103709</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-05-12_13-55-21.png" style="width: 772px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75731iD2DD1C13A337DE1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-05-12_13-55-21.png" alt="2025-05-12_13-55-21.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;AI I only use grok3、&lt;BR /&gt;&lt;SPAN&gt;Using other ais to complete JSL is basically a waste of time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open("$SAMPLE_DATA/Big Class.jmp");ca="row";New Column(ca);Column(ca)&amp;lt;&amp;lt;Formula( row() );dt&amp;lt;&amp;lt;run formulas;Column(ca)&amp;lt;&amp;lt;deleteFormula;
ar4 = [12.5, 22.5, 33.5];
p1=dt&amp;lt;&amp;lt; Graph Builder(
	Size(534, 456),
	Show Control Panel(0),
	Variables(X(:row), Y(:height), Y(:weight)),
	Elements(Position(1, 1), Line(X, Y, Legend(11))),
	Elements(Position(1, 2), Bar(X, Y, Legend(14))),
	SendToReport(
		Dispatch({}, "Graph Builder", FrameBox(2),
			{Reference Line Order(3),
			Add Graphics Script(
				2,
				Description(""),
				PenColor("red");
				LineStyle("dashed");
				ForEach({ref_line}, ar4, Line({ref_line, 0}, {ref_line, 160}));
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 05:57:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872806#M103709</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-05-12T05:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can the vertical dividing line of the X-axis in the drawing only show part of it?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872837#M103714</link>
      <description>&lt;P&gt;I would suggest utilizing X/Y Origin() and X/Y Range() in cases like this&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Open("$SAMPLE_DATA/Big Class.jmp");

dt &amp;lt;&amp;lt; new column("R", Numeric, Continuous, Formula(Row()));

ar4 = [12.5, 22.5, 33.5];

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size(534, 456),
	Show Control Panel(0),
	Variables(X(:R), Y(:height), Y(:weight)),
	Elements(Position(1, 1), Line(X, Y, Legend(11))),
	Elements(Position(1, 2), Bar(X, Y, Legend(14)))
);

Eval(EvalExpr(
	Report(gb)[FrameBox(2)] &amp;lt;&amp;lt; Add Graphics Script(
		For Each({v}, Expr(ar4),
			Pen Color("red");
			Line Style("dashed");
			Line({v, Y Origin()}, {v, Y Origin() + Y Range()});
		);
	)
));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 May 2025 11:19:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872837#M103714</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-05-12T11:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can the vertical dividing line of the X-axis in the drawing only show part of it?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872850#M103716</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1747114021040.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75768i067EAE349ECF53B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1747114021040.png" alt="hogi_0-1747114021040.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;harsh statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the feeling that every second day there is a another breakthrough and old findings have to be revised.&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 05:28:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872850#M103716</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-05-13T05:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can the vertical dividing line of the X-axis in the drawing only show part of it?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872980#M103733</link>
      <description>&lt;P&gt;After running the code, the chart appears, but an error message is displayed. Log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Name Unresolved: For Each in access or evaluation of 'For Each' , For Each(&lt;BR /&gt;{v},&lt;BR /&gt;[12.5, 22.5, 33.5],&lt;BR /&gt;Pen Color( "red" );&lt;BR /&gt;Line Style( "dashed" );&lt;BR /&gt;Line( {v, Y Origin()}, {v, Y Origin() + Y Range()} );&lt;BR /&gt;) /*###*/&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 05:04:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872980#M103733</guid>
      <dc:creator>Xinghua</dc:creator>
      <dc:date>2025-05-13T05:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can the vertical dividing line of the X-axis in the drawing only show part of it?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872981#M103734</link>
      <description>&lt;P&gt;What version of JMP are you using.&amp;nbsp; For each() was first implemented in JMP 16&lt;/P&gt;
&lt;P&gt;Here is a version of the code that will work for JMP 15 and earlier&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

dt &amp;lt;&amp;lt; New Column( "R", Numeric, Continuous, Formula( Row() ) );

ar4 = [12.5, 22.5, 33.5];

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 534, 456 ),
	Show Control Panel( 0 ),
	Variables( X( :R ), Y( :height ), Y( :weight ) ),
	Elements( Position( 1, 1 ), Line( X, Y, Legend( 11 ) ) ),
	Elements( Position( 1, 2 ), Bar( X, Y, Legend( 14 ) ) )
);

Eval(
	Eval Expr(
		Report( gb )[FrameBox( 2 )] &amp;lt;&amp;lt; Add Graphics Script(
			For( i = 1, i &amp;lt;= N Items( ar4 ), i++,
				v = ar4[i];
				Pen Color( "red" );
				Line Style( "dashed" );
				Line( {v, Y Origin()}, {v, Y Origin() + Y Range()} );
			)
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 May 2025 09:08:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/872981#M103734</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-05-13T09:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can the vertical dividing line of the X-axis in the drawing only show part of it?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/874604#M103838</link>
      <description>&lt;P&gt;V14.3, it is too old...&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 04:37:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/874604#M103838</guid>
      <dc:creator>Xinghua</dc:creator>
      <dc:date>2025-05-20T04:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can the vertical dividing line of the X-axis in the drawing only show part of it?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/874605#M103839</link>
      <description>&lt;P&gt;JMP 14 was released in March of 2018.&amp;nbsp; Yes, it is pretty old.&amp;nbsp; However, The code I provided works in JMP 14&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 04:45:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-vertical-dividing-line-of-the-X-axis-in-the-drawing-only/m-p/874605#M103839</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-05-20T04:45:09Z</dc:date>
    </item>
  </channel>
</rss>

