<?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 Data labels and error bars overlapping in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Data-labels-and-error-bars-overlapping/m-p/251742#M49431</link>
    <description>&lt;P&gt;Hey!&lt;/P&gt;&lt;P&gt;Currently running the trial of JMP 15.1- so far it is awesome!!!&lt;/P&gt;&lt;P&gt;I ran into a problem tho- I did ANOVA and Tukeys on my data. Due to the funcionality of JMP I wanted to make a graph of the stats+my data where the Tukeys would be shown, however, when trying to implement the connecting letters to my bar graph I noticed that the&lt;STRONG&gt; Row Labels are overlapping with the error bars&lt;/STRONG&gt;... Any way that I could move the bar labels higher, so that they are not in the way of my error bars?&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="LKlavins_0-1583929395903.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/22290i2CEC7140A91E9A43/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LKlavins_0-1583929395903.png" alt="LKlavins_0-1583929395903.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Mar 2020 12:23:30 GMT</pubDate>
    <dc:creator>LKlavins</dc:creator>
    <dc:date>2020-03-11T12:23:30Z</dc:date>
    <item>
      <title>Data labels and error bars overlapping</title>
      <link>https://community.jmp.com/t5/Discussions/Data-labels-and-error-bars-overlapping/m-p/251742#M49431</link>
      <description>&lt;P&gt;Hey!&lt;/P&gt;&lt;P&gt;Currently running the trial of JMP 15.1- so far it is awesome!!!&lt;/P&gt;&lt;P&gt;I ran into a problem tho- I did ANOVA and Tukeys on my data. Due to the funcionality of JMP I wanted to make a graph of the stats+my data where the Tukeys would be shown, however, when trying to implement the connecting letters to my bar graph I noticed that the&lt;STRONG&gt; Row Labels are overlapping with the error bars&lt;/STRONG&gt;... Any way that I could move the bar labels higher, so that they are not in the way of my error bars?&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="LKlavins_0-1583929395903.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/22290i2CEC7140A91E9A43/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LKlavins_0-1583929395903.png" alt="LKlavins_0-1583929395903.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 12:23:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-labels-and-error-bars-overlapping/m-p/251742#M49431</guid>
      <dc:creator>LKlavins</dc:creator>
      <dc:date>2020-03-11T12:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data labels and error bars overlapping</title>
      <link>https://community.jmp.com/t5/Discussions/Data-labels-and-error-bars-overlapping/m-p/257886#M50678</link>
      <description>&lt;P&gt;I wish I had error bars that small to have this problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just add this little bit of script to your graph. Use the customize option and then click the "+" to add a script.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;for each row(Text(Center Justified, {row()-1, mean+10}, "NEW "||:Label));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;here's a picture of it&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-04-14 at 9.57.45 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/23039i1C45056E7C6C4D35/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-04-14 at 9.57.45 AM.png" alt="Screen Shot 2020-04-14 at 9.57.45 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 13:59:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-labels-and-error-bars-overlapping/m-p/257886#M50678</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2020-04-14T13:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data labels and error bars overlapping</title>
      <link>https://community.jmp.com/t5/Discussions/Data-labels-and-error-bars-overlapping/m-p/273207#M53144</link>
      <description>&lt;P&gt;Hello&lt;SPAN&gt;&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/17909"&gt;@LKlavins&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been struggling myself with this issue. Something that worked out for me was&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;caption boxes&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of adding labels, you can go over your graph, do right-click, add, caption box. Then it will give you probably the general mean value on the right top corner (by default). You can then do again right-click, go caption box (there's an option after you've inserted it), and select the option&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;per factor&lt;/STRONG&gt;. That will show for every bar the mean value. In the same place, you can do all kinds of adjustments, eg place the caption box at the top, center, bottom, or even get other statistics like median. Just make sure there's enough space above your bars, by increasing the magnitude of your y-axis.&lt;BR /&gt;I hope this is helpful.&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="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24657iC3323E49EED05ABE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 12:47:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-labels-and-error-bars-overlapping/m-p/273207#M53144</guid>
      <dc:creator>Alex_Mar</dc:creator>
      <dc:date>2020-06-17T12:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data labels and error bars overlapping</title>
      <link>https://community.jmp.com/t5/Discussions/Data-labels-and-error-bars-overlapping/m-p/286993#M55383</link>
      <description>&lt;P&gt;Hi I just found this response and I am having the same issue. I am new to JMP so I am still learning could you provide this explanation about adding the script with a little more detail? I am able to get to the window where I add the script but then nothing works. Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 15:32:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-labels-and-error-bars-overlapping/m-p/286993#M55383</guid>
      <dc:creator>jaecurrent</dc:creator>
      <dc:date>2020-08-20T15:32:45Z</dc:date>
    </item>
  </channel>
</rss>

