<?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 X group name text orientation of this Graph Builder be set to vertical? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Can-the-X-group-name-text-orientation-of-this-Graph-Builder-be/m-p/697206#M88270</link>
    <description>&lt;P&gt;You can most likely use Local Data Filter for that&lt;/P&gt;</description>
    <pubDate>Sun, 12 Nov 2023 16:30:30 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-11-12T16:30:30Z</dc:date>
    <item>
      <title>Can the X group name text orientation of this Graph Builder be set to vertical?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-X-group-name-text-orientation-of-this-Graph-Builder-be/m-p/696570#M88183</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
ca="tem";New Column(ca);Column(ca)&amp;lt;&amp;lt;Formula( char(age)||"longlong" );dt&amp;lt;&amp;lt;run formulas;Column(ca)&amp;lt;&amp;lt;deleteFormula;
p1 = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 300, 400 ),
	Show Control Panel( 0 ),
	Legend Position( "Inside Bottom Right" ),
	X Group Edge( "Bottom" ),
	Variables( X( :weight ), Y( :height ), Group X( :tem, Size( 161 ) ), Color( :sex ) ),
	Elements( Bar( X, Y, Legend( 5 ), Response Axis( "X" ) ) ),
	SendToReport(
		Dispatch(
			{},
			"weight",
			ScaleBox,
			{Label Row(
				{Automatic Tick Marks( 0 ), Show Major Labels( 0 ), Show Major Ticks( 0 ),
				Show Minor Ticks( 0 )}
			)}
		),
		Dispatch(
			{},
			"height",
			ScaleBox,
			{Label Row(
				{Automatic Tick Marks( 0 ), Show Major Labels( 0 ), Show Major Ticks( 0 ),
				Show Minor Ticks( 0 )}
			)}
		),
		Dispatch( {}, "X title", TextEditBox, {Hide( 1 )} ),
		Dispatch( {}, "Y title", TextEditBox, {Hide( 1 )} )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-11-10_18-33-33.png" style="width: 326px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58537iDFB25B9718B92D90/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-11-10_18-33-33.png" alt="2023-11-10_18-33-33.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 10:42:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-X-group-name-text-orientation-of-this-Graph-Builder-be/m-p/696570#M88183</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-11-10T10:42:04Z</dc:date>
    </item>
    <item>
      <title>回复： Can the X group name text orientation of this Graph Builder be set to vertical?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-X-group-name-text-orientation-of-this-Graph-Builder-be/m-p/696577#M88185</link>
      <description>&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;It's not perfect&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-11-10_18-47-53.png" style="width: 386px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58538i25A773422FD11C79/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-11-10_18-47-53.png" alt="2023-11-10_18-47-53.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 10:49:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-X-group-name-text-orientation-of-this-Graph-Builder-be/m-p/696577#M88185</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-11-10T10:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can the X group name text orientation of this Graph Builder be set to vertical?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-X-group-name-text-orientation-of-this-Graph-Builder-be/m-p/696641#M88186</link>
      <description>&lt;P&gt;Seems like only Y Group has an option to change the level orientation&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1699621194172.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58539i1ADFAC22340E92CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1699621194172.png" alt="jthi_0-1699621194172.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 13:00:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-X-group-name-text-orientation-of-this-Graph-Builder-be/m-p/696641#M88186</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-11-10T13:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can the X group name text orientation of this Graph Builder be set to vertical?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-X-group-name-text-orientation-of-this-Graph-Builder-be/m-p/696665#M88190</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there are too many categories of X, can you add a slider to adjust the range of data that needs to be mapped?&lt;BR /&gt;I used this option in JMP 14, changing the parameters so that only the left one appears&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-11-10_21-33-37.png" style="width: 751px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58541iC9FC050B5F983686/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-11-10_21-33-37.png" alt="2023-11-10_21-33-37.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 13:43:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-X-group-name-text-orientation-of-this-Graph-Builder-be/m-p/696665#M88190</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-11-10T13:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can the X group name text orientation of this Graph Builder be set to vertical?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-X-group-name-text-orientation-of-this-Graph-Builder-be/m-p/696739#M88199</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1699629451711.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58545i4F40DBCAA133B636/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1699629451711.png" alt="jthi_0-1699629451711.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 15:17:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-X-group-name-text-orientation-of-this-Graph-Builder-be/m-p/696739#M88199</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-11-10T15:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can the X group name text orientation of this Graph Builder be set to vertical?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-X-group-name-text-orientation-of-this-Graph-Builder-be/m-p/696985#M88218</link>
      <description>&lt;P&gt;&lt;SPAN&gt;A slider such as data can change the scope of the selection, and can also change the number of rows selected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-11-11_11-09-49.png" style="width: 274px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58572iBD526E87EC55666A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-11-11_11-09-49.png" alt="2023-11-11_11-09-49.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Nov 2023 03:14:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-X-group-name-text-orientation-of-this-Graph-Builder-be/m-p/696985#M88218</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-11-11T03:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can the X group name text orientation of this Graph Builder be set to vertical?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-the-X-group-name-text-orientation-of-this-Graph-Builder-be/m-p/697206#M88270</link>
      <description>&lt;P&gt;You can most likely use Local Data Filter for that&lt;/P&gt;</description>
      <pubDate>Sun, 12 Nov 2023 16:30:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-the-X-group-name-text-orientation-of-this-Graph-Builder-be/m-p/697206#M88270</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-11-12T16:30:30Z</dc:date>
    </item>
  </channel>
</rss>

