<?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: Pie Chart Percentage Spacing in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Pie-Chart-Percentage-Spacing/m-p/464624#M70909</link>
    <description>&lt;P&gt;I was able to simply drag the labels to a different position, see screenshot (JMP Pro 16.1 on WIN10).&lt;/P&gt;
&lt;P&gt;There you also can see, how this is done in JSL. See the full script below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally, I would avoid Pie-charts, as they are inferior to other representation, there is a lot discussion in the community on this.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA\Big Class.jmp" );

dt &amp;lt;&amp;lt; Graph Builder(
	Graph Spacing( 5 ),
	Variables( X( :age ) ),
	Elements( Pie( X, Legend( 2 ), Label( "Label by Value" ) ) ),
	SendToReport(
		Dispatch(
			{},
			"Graph Builder",
			FrameBox,
			{DispatchSeg(
				Pie Seg( 1 ),
				Set Label Offset(
					{0, 0.399173553719008, 0.633471074380165, 8},
					{3, -0.890909090909091, -0.35, 7},
					{4, -0.474380165289256, 0.558264462809917, 3},
					{5, -0.185123966942149, 0.685537190082645, 3}
				)
			)}
		)
	)
)
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 26 Feb 2022 07:12:53 GMT</pubDate>
    <dc:creator>Georg</dc:creator>
    <dc:date>2022-02-26T07:12:53Z</dc:date>
    <item>
      <title>Pie Chart Percentage Spacing</title>
      <link>https://community.jmp.com/t5/Discussions/Pie-Chart-Percentage-Spacing/m-p/464487#M70901</link>
      <description>&lt;P&gt;I have a pie chart that will naturally have some smaller percentages.&lt;/P&gt;&lt;P&gt;Does anybody know how I can space out these labels?&amp;nbsp; I can't seem to do it manually.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a chart I will be creating in JSL.&lt;/P&gt;&lt;P&gt;&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="mmotley_0-1645825355465.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40327i9E02DA90D7975815/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mmotley_0-1645825355465.png" alt="mmotley_0-1645825355465.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:22:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Pie-Chart-Percentage-Spacing/m-p/464487#M70901</guid>
      <dc:creator>mmotley</dc:creator>
      <dc:date>2023-06-11T11:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart Percentage Spacing</title>
      <link>https://community.jmp.com/t5/Discussions/Pie-Chart-Percentage-Spacing/m-p/464624#M70909</link>
      <description>&lt;P&gt;I was able to simply drag the labels to a different position, see screenshot (JMP Pro 16.1 on WIN10).&lt;/P&gt;
&lt;P&gt;There you also can see, how this is done in JSL. See the full script below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally, I would avoid Pie-charts, as they are inferior to other representation, there is a lot discussion in the community on this.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA\Big Class.jmp" );

dt &amp;lt;&amp;lt; Graph Builder(
	Graph Spacing( 5 ),
	Variables( X( :age ) ),
	Elements( Pie( X, Legend( 2 ), Label( "Label by Value" ) ) ),
	SendToReport(
		Dispatch(
			{},
			"Graph Builder",
			FrameBox,
			{DispatchSeg(
				Pie Seg( 1 ),
				Set Label Offset(
					{0, 0.399173553719008, 0.633471074380165, 8},
					{3, -0.890909090909091, -0.35, 7},
					{4, -0.474380165289256, 0.558264462809917, 3},
					{5, -0.185123966942149, 0.685537190082645, 3}
				)
			)}
		)
	)
)
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 26 Feb 2022 07:12:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Pie-Chart-Percentage-Spacing/m-p/464624#M70909</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2022-02-26T07:12:53Z</dc:date>
    </item>
  </channel>
</rss>

