<?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: Is it possible to just make one category bold in a graph if there are several categories in the x-axis? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-just-make-one-category-bold-in-a-graph-if/m-p/416256#M66551</link>
    <description>&lt;P&gt;I'm going to assume you're doing an anova.&amp;nbsp; But I was able to fake it by putting a 0 line width reference line at the spot where I wanted it, then you can do whatever you want to the font.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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; Oneway(
	Y( :height ),
	X( :age ),
	SendToReport(
		Dispatch(
			{},
			"2",
			ScaleBox,
			{Add Ref Line(
				21,
				"Solid",
				"Black",
				"14",
				0,
				1,
				Label Settings( {Set Font Style( "Bold" )} )
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I got the number 21 from inside the value labels of the axis.&amp;nbsp;&amp;nbsp;&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="vince_faller_0-1631054608056.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/35572iD97D0BBA06C031AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vince_faller_0-1631054608056.png" alt="vince_faller_0-1631054608056.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Sep 2021 22:44:55 GMT</pubDate>
    <dc:creator>vince_faller</dc:creator>
    <dc:date>2021-09-07T22:44:55Z</dc:date>
    <item>
      <title>Is it possible to just make one category bold in a graph if there are several categories in the x-axis?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-just-make-one-category-bold-in-a-graph-if/m-p/416036#M66530</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 12:03:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-just-make-one-category-bold-in-a-graph-if/m-p/416036#M66530</guid>
      <dc:creator>Shelly</dc:creator>
      <dc:date>2023-06-11T12:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to just make one category bold in a graph if there are several categories in the x-axis?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-just-make-one-category-bold-in-a-graph-if/m-p/416256#M66551</link>
      <description>&lt;P&gt;I'm going to assume you're doing an anova.&amp;nbsp; But I was able to fake it by putting a 0 line width reference line at the spot where I wanted it, then you can do whatever you want to the font.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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; Oneway(
	Y( :height ),
	X( :age ),
	SendToReport(
		Dispatch(
			{},
			"2",
			ScaleBox,
			{Add Ref Line(
				21,
				"Solid",
				"Black",
				"14",
				0,
				1,
				Label Settings( {Set Font Style( "Bold" )} )
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I got the number 21 from inside the value labels of the axis.&amp;nbsp;&amp;nbsp;&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="vince_faller_0-1631054608056.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/35572iD97D0BBA06C031AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vince_faller_0-1631054608056.png" alt="vince_faller_0-1631054608056.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 22:44:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-just-make-one-category-bold-in-a-graph-if/m-p/416256#M66551</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2021-09-07T22:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to just make one category bold in a graph if there are several categories in the x-axis?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-just-make-one-category-bold-in-a-graph-if/m-p/417762#M66694</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 14:59:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-just-make-one-category-bold-in-a-graph-if/m-p/417762#M66694</guid>
      <dc:creator>Shelly</dc:creator>
      <dc:date>2021-09-13T14:59:42Z</dc:date>
    </item>
  </channel>
</rss>

