<?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: How do I make to see two labels(N(count) &amp;amp; its %) at the same time on Pie chart. in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-make-to-see-two-labels-N-count-amp-its-at-the-same-time/m-p/810269#M99249</link>
    <description>&lt;P&gt;Most likely there are other options but here are few (I'm using JMP's Big Class as example table).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One option is to overlay two identical pie charts and then use custom formatting for the "N" label (you could do that for % label, but it easier to do for N), in this case I added row change to the custom format&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1731311887926.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70020iA3D3E13A45EB2651/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1731311887926.png" alt="jthi_0-1731311887926.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also create new column which has those "label" values and use that for your pie chart.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1731312201030.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70021i6C69D0F9D8BF51F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1731312201030.png" alt="jthi_1-1731312201030.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Column("Column 6",
	Character,
	"Nominal",
	Formula(
		"N: " || Char(Col Number(:sex, :sex)) || "
" ||
		Char((100 * Col Number(:sex, :sex)) / Col Number(:sex)) || "%"
	),
	Set Selected
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 11 Nov 2024 08:04:19 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-11-11T08:04:19Z</dc:date>
    <item>
      <title>How do I make to see two labels(N(count) &amp; its %) at the same time on Pie chart.</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-make-to-see-two-labels-N-count-amp-its-at-the-same-time/m-p/810266#M99248</link>
      <description>&lt;P&gt;I just know that we can select an option for Label display to "value" &amp;amp; "percent" through the Label on the Graph.&lt;/P&gt;&lt;P&gt;but i would like to see both values at the same time on the chart.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 07:49:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-make-to-see-two-labels-N-count-amp-its-at-the-same-time/m-p/810266#M99248</guid>
      <dc:creator>Mango1102</dc:creator>
      <dc:date>2024-11-11T07:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make to see two labels(N(count) &amp; its %) at the same time on Pie chart.</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-make-to-see-two-labels-N-count-amp-its-at-the-same-time/m-p/810269#M99249</link>
      <description>&lt;P&gt;Most likely there are other options but here are few (I'm using JMP's Big Class as example table).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One option is to overlay two identical pie charts and then use custom formatting for the "N" label (you could do that for % label, but it easier to do for N), in this case I added row change to the custom format&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1731311887926.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70020iA3D3E13A45EB2651/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1731311887926.png" alt="jthi_0-1731311887926.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also create new column which has those "label" values and use that for your pie chart.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1731312201030.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70021i6C69D0F9D8BF51F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1731312201030.png" alt="jthi_1-1731312201030.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Column("Column 6",
	Character,
	"Nominal",
	Formula(
		"N: " || Char(Col Number(:sex, :sex)) || "
" ||
		Char((100 * Col Number(:sex, :sex)) / Col Number(:sex)) || "%"
	),
	Set Selected
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Nov 2024 08:04:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-make-to-see-two-labels-N-count-amp-its-at-the-same-time/m-p/810269#M99249</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-11-11T08:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make to see two labels(N(count) &amp; its %) at the same time on Pie chart.</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-make-to-see-two-labels-N-count-amp-its-at-the-same-time/m-p/813470#M99482</link>
      <description>&lt;P&gt;You can check if the caption box option helps as well, setting location to group by factor and play with X/Y Position.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:10:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-make-to-see-two-labels-N-count-amp-its-at-the-same-time/m-p/813470#M99482</guid>
      <dc:creator>martindemel</dc:creator>
      <dc:date>2024-11-16T04:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make to see two labels(N(count) &amp; its %) at the same time on Pie chart.</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-make-to-see-two-labels-N-count-amp-its-at-the-same-time/m-p/821592#M100066</link>
      <description>&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 07:01:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-make-to-see-two-labels-N-count-amp-its-at-the-same-time/m-p/821592#M100066</guid>
      <dc:creator>SophieGray</dc:creator>
      <dc:date>2024-12-10T07:01:40Z</dc:date>
    </item>
  </channel>
</rss>

