<?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 building a graph in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/building-a-graph/m-p/799958#M97571</link>
    <description>&lt;P&gt;I am trying to do something but can't find a solution.&lt;/P&gt;&lt;P&gt;I have 6 columns: A_0, A_1, B_0, B_1, C_0, and C_1. Each column contains multiple values. I want to create a graph with 4 linear lines.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;All values from A_0 and A_1 should be on the same x-axis.&lt;/LI&gt;&lt;LI&gt;All values from B_0, B_1, C_0, and C_1 should be on the y-axis.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Why 4 linear lines?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A_0 with B_0 (first line)&lt;/LI&gt;&lt;LI&gt;A_0 with C_0 (second line)&lt;/LI&gt;&lt;LI&gt;A_1 with B_1 (third line)&lt;/LI&gt;&lt;LI&gt;A_1 with C_1 (fourth line)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Do you have any suggestions on how to do this?&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2024 14:49:49 GMT</pubDate>
    <dc:creator>Liranlev</dc:creator>
    <dc:date>2024-09-18T14:49:49Z</dc:date>
    <item>
      <title>building a graph</title>
      <link>https://community.jmp.com/t5/Discussions/building-a-graph/m-p/799958#M97571</link>
      <description>&lt;P&gt;I am trying to do something but can't find a solution.&lt;/P&gt;&lt;P&gt;I have 6 columns: A_0, A_1, B_0, B_1, C_0, and C_1. Each column contains multiple values. I want to create a graph with 4 linear lines.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;All values from A_0 and A_1 should be on the same x-axis.&lt;/LI&gt;&lt;LI&gt;All values from B_0, B_1, C_0, and C_1 should be on the y-axis.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Why 4 linear lines?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A_0 with B_0 (first line)&lt;/LI&gt;&lt;LI&gt;A_0 with C_0 (second line)&lt;/LI&gt;&lt;LI&gt;A_1 with B_1 (third line)&lt;/LI&gt;&lt;LI&gt;A_1 with C_1 (fourth line)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Do you have any suggestions on how to do this?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 14:49:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/building-a-graph/m-p/799958#M97571</guid>
      <dc:creator>Liranlev</dc:creator>
      <dc:date>2024-09-18T14:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: building a graph</title>
      <link>https://community.jmp.com/t5/Discussions/building-a-graph/m-p/799970#M97572</link>
      <description>&lt;P&gt;Add your columns to your graph builder&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1726671161708.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68422iFBBC03CB943DEE8A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1726671161708.png" alt="jthi_0-1726671161708.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Add four lines (right click add line). &lt;/P&gt;
&lt;P&gt;Modify Variables of each line as needed&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1726671241797.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68423iF8737DE80194B8CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1726671241797.png" alt="jthi_1-1726671241797.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And depending on your data there might be other/better ways of doing this&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 14:54:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/building-a-graph/m-p/799970#M97572</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-09-18T14:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: building a graph</title>
      <link>https://community.jmp.com/t5/Discussions/building-a-graph/m-p/800172#M97591</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/57311"&gt;@Liranlev&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on what I understand, you would like to create;&lt;/P&gt;
&lt;P&gt;- Line Chart&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Expected Result: You want to have &lt;U&gt;4 linear lines only&lt;/U&gt;.&lt;/P&gt;
&lt;P&gt;- X-axis variable: A_0 &amp;amp; A_1&lt;/P&gt;
&lt;P&gt;- Y-axis variable: B_0, B_1, C_0 &amp;amp; C_1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Questions:&lt;/P&gt;
&lt;P&gt;- Do you want a 4 linear lines per X-axis Category?&lt;/P&gt;
&lt;P&gt;- Do you want a stack Y-axis? I'm not sure if the value within the same?&lt;/P&gt;
&lt;P&gt;Or&lt;/P&gt;
&lt;P&gt;- Do you want an overlay Y-axis?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*Many ways to create through Graph Builder. How do you want to see it ?&lt;/P&gt;
&lt;P&gt;1) Stack Y-Axis&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WebDesignesCrow_1-1726732625962.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68450iA010A08C7327193B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WebDesignesCrow_1-1726732625962.png" alt="WebDesignesCrow_1-1726732625962.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2) Overlay Y-axis&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WebDesignesCrow_2-1726732833094.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68451iB64068B2A4F1EE25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WebDesignesCrow_2-1726732833094.png" alt="WebDesignesCrow_2-1726732833094.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3) Stack Y-axis (mute the color of unwanted lines)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WebDesignesCrow_3-1726733063211.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68452i334D8AE356C4FE88/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WebDesignesCrow_3-1726733063211.png" alt="WebDesignesCrow_3-1726733063211.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, you need to tick "Row order" to display all raw Y-values&lt;/P&gt;
&lt;P&gt;If you can draft the visual of the output, it is much easier to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 08:04:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/building-a-graph/m-p/800172#M97591</guid>
      <dc:creator>WebDesignesCrow</dc:creator>
      <dc:date>2024-09-19T08:04:36Z</dc:date>
    </item>
  </channel>
</rss>

