<?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 to display several interval columns into graph builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-display-several-interval-columns-into-graph-builder/m-p/847734#M102266</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using JMP 18.0.2, student edition.&lt;/P&gt;&lt;P&gt;I seem to be having issues adding a &lt;EM&gt;third&lt;/EM&gt; interval column to my data using Graph Builder to use and error interval on bar graphs. That is, I can only add two error intervals in Graph Builder at time, using the Interval drop zone (&lt;A href="https://community.jmp.com/t5/Discussions/Adding-the-user-defined-error-interval-option-to-the-graph/td-p/327297" target="_blank"&gt;Adding the user-defined error interval option to the graph builder - JMP User Community&lt;/A&gt;), but it is not allowing me to add a third error interval for my third set of bars (green bars below):&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="jstanfill4911_0-1741896138982.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/73838i876747764B6343DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jstanfill4911_0-1741896138982.png" alt="jstanfill4911_0-1741896138982.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the work around here? Thanks,&lt;/P&gt;&lt;P&gt;Jimmy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Mar 2025 20:07:39 GMT</pubDate>
    <dc:creator>jstanfill4911</dc:creator>
    <dc:date>2025-03-13T20:07:39Z</dc:date>
    <item>
      <title>How to display several interval columns into graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-several-interval-columns-into-graph-builder/m-p/814247#M99588</link>
      <description>&lt;P&gt;Hello, I would like to improve the first graphic below (see data table enclosed first script attached).&lt;/P&gt;&lt;P&gt;I am in JMP17.2.0, using graph builder to display two Y variables (A &amp;amp; B) in function of X (Labo), with an interval for each value of Y by level of X (U de A &amp;amp; U de B).&lt;/P&gt;&lt;P&gt;I would like to have the two Y variables in the same axis, and not one below the other.&lt;/P&gt;&lt;P&gt;But when I drag and drop to have the same axis (second print screen), I can't put a different column for each interval: it takes only U de B as interval role.&lt;/P&gt;&lt;P&gt;Can you help me please ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Graphic ok with A below B on Y axis:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="carole_0-1732027908919.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70399iD4592BA1A1C3F64E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="carole_0-1732027908919.png" alt="carole_0-1732027908919.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 660, 666 ),
	Variables(
		X( :Labo ),
		Y( :B ),
		Y( :A ),
		Interval( :U de A ),
		Interval( :U de B )
	),
	Elements( Position( 1, 1 ), Points( X, Y, Interval( 2 ), Legend( 70 ) ) ),
	Elements( Position( 1, 2 ), Points( X, Y, Interval( 1 ), Legend( 74 ) ) ),
	SendToReport(
		Dispatch( {}, "Graph Builder", FrameBox, {Reference Line Order( 4 )} )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Graphic NOT ok with A &amp;amp; B on same Y axis: same column for Interval&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="carole_1-1732028290132.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70400iE5680110A478E578/image-size/medium?v=v2&amp;amp;px=400" role="button" title="carole_1-1732028290132.png" alt="carole_1-1732028290132.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 660, 666 ),
	Variables(
		X( :Labo ),
		Y( :B ),
		Y( :A, Position( 1 ) ),
		Interval( :U de A ),
		Interval( :U de B )
	),
	Elements( Points( X, Y( 1 ), Y( 2 ), Interval( 2 ), Legend( 70 ) ) )
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Nov 2024 15:07:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-several-interval-columns-into-graph-builder/m-p/814247#M99588</guid>
      <dc:creator>carole</dc:creator>
      <dc:date>2024-11-19T15:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to display several interval columns into graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-several-interval-columns-into-graph-builder/m-p/814327#M99590</link>
      <description>&lt;P&gt;You can do the same thing you did with separate Y-axis by adding two point plots&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1732029757439.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70401i7B8F90B142E5B8B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1732029757439.png" alt="jthi_0-1732029757439.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;It is still saying it is just using one column for intervals, but I'm quite sure it is using both&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1732029839491.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70402iB36AB8AF3889359C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1732029839491.png" alt="jthi_1-1732029839491.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, 19 Nov 2024 15:24:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-several-interval-columns-into-graph-builder/m-p/814327#M99590</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-11-19T15:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to display several interval columns into graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-several-interval-columns-into-graph-builder/m-p/814471#M99593</link>
      <description>&lt;P&gt;Many many thanks !&lt;/P&gt;&lt;P&gt;Carole&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 16:15:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-several-interval-columns-into-graph-builder/m-p/814471#M99593</guid>
      <dc:creator>carole</dc:creator>
      <dc:date>2024-11-19T16:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to display several interval columns into graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-several-interval-columns-into-graph-builder/m-p/847734#M102266</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using JMP 18.0.2, student edition.&lt;/P&gt;&lt;P&gt;I seem to be having issues adding a &lt;EM&gt;third&lt;/EM&gt; interval column to my data using Graph Builder to use and error interval on bar graphs. That is, I can only add two error intervals in Graph Builder at time, using the Interval drop zone (&lt;A href="https://community.jmp.com/t5/Discussions/Adding-the-user-defined-error-interval-option-to-the-graph/td-p/327297" target="_blank"&gt;Adding the user-defined error interval option to the graph builder - JMP User Community&lt;/A&gt;), but it is not allowing me to add a third error interval for my third set of bars (green bars below):&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="jstanfill4911_0-1741896138982.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/73838i876747764B6343DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jstanfill4911_0-1741896138982.png" alt="jstanfill4911_0-1741896138982.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the work around here? Thanks,&lt;/P&gt;&lt;P&gt;Jimmy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 20:07:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-several-interval-columns-into-graph-builder/m-p/847734#M102266</guid>
      <dc:creator>jstanfill4911</dc:creator>
      <dc:date>2025-03-13T20:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to display several interval columns into graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-several-interval-columns-into-graph-builder/m-p/847884#M102280</link>
      <description>&lt;P&gt;How does your data look like (you might have to do some data modifications)?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 16:18:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-several-interval-columns-into-graph-builder/m-p/847884#M102280</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-03-14T16:18:37Z</dc:date>
    </item>
  </channel>
</rss>

