<?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: Two Y-axes, bar chart: How to display bars next to each other? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Two-Y-axes-bar-chart-How-to-display-bars-next-to-each-other/m-p/725579#M91013</link>
    <description>&lt;P&gt;It wasn't clear to me, but I understood the question to be more basic - how to get a dual axes graph.&amp;nbsp; If that is all that is being asked, you get that by dragging both variables into the Y zone in Graph Builder and right clicking on the Y axes and using the Move Right option to create the second axes scale.&amp;nbsp; I always have to look that up - it took me years to remember how to do it in Excel and I still don't recall it easily in JMP.&amp;nbsp; I would say, however, that the utility of such graphs is limited - there is almost always a better display (dragging the two variables one at a time onto the Y axes so that one graph is above the other is usually a better display).&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2024 11:57:14 GMT</pubDate>
    <dc:creator>dlehman1</dc:creator>
    <dc:date>2024-02-27T11:57:14Z</dc:date>
    <item>
      <title>Two Y-axes, bar chart: How to display bars next to each other?</title>
      <link>https://community.jmp.com/t5/Discussions/Two-Y-axes-bar-chart-How-to-display-bars-next-to-each-other/m-p/725574#M91010</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I am once again desperate with jmp, because I cannot set an actually simple display format. I want to create a bar chart with two Y-axes and display the bars per column next to each other and not on top of each other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 09:19:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Two-Y-axes-bar-chart-How-to-display-bars-next-to-each-other/m-p/725574#M91010</guid>
      <dc:creator>ScaleMapsBear51</dc:creator>
      <dc:date>2024-02-27T09:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Two Y-axes, bar chart: How to display bars next to each other?</title>
      <link>https://community.jmp.com/t5/Discussions/Two-Y-axes-bar-chart-How-to-display-bars-next-to-each-other/m-p/725577#M91011</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1709029501386.png" style="width: 614px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61590i9BA1F4168C6FAE20/image-dimensions/614x427?v=v2" width="614" height="427" role="button" title="txnelson_0-1709029501386.png" alt="txnelson_0-1709029501386.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How I created the graph you want requires modifications to the data table.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a second copy of the data table.&lt;/LI&gt;
&lt;LI&gt;For the original data table
&lt;OL&gt;
&lt;LI&gt;Create a new character column named "Group"&lt;/LI&gt;
&lt;LI&gt;Set each value for the Group column to the name of the column that is to be used for the left axis&lt;/LI&gt;
&lt;LI&gt;Delete the column that is to be used for the right axis&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;For the second copy of the data
&lt;OL&gt;
&lt;LI&gt;Create a new character column named "Group"&lt;/LI&gt;
&lt;LI&gt;Set each value for the Group column to the name of the column that is to be used for the right axis&lt;/LI&gt;
&lt;LI&gt;Delete the column that is to be used for the left axis&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Concatenate the two data tables together&lt;/LI&gt;
&lt;LI&gt;Open Graph Builder
&lt;OL&gt;
&lt;LI&gt;Drag the column to be used as the X axis to the X axis&lt;/LI&gt;
&lt;LI&gt;Drag the two response columns to the Y axis&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Right click on the Y Axis and select Move Right and move the appropriate column to the right axis&lt;/LI&gt;
&lt;LI&gt;Drag the Group column to the Overlay Drop zone&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This should give you the desired results.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 10:49:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Two-Y-axes-bar-chart-How-to-display-bars-next-to-each-other/m-p/725577#M91011</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-02-27T10:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Two Y-axes, bar chart: How to display bars next to each other?</title>
      <link>https://community.jmp.com/t5/Discussions/Two-Y-axes-bar-chart-How-to-display-bars-next-to-each-other/m-p/725579#M91013</link>
      <description>&lt;P&gt;It wasn't clear to me, but I understood the question to be more basic - how to get a dual axes graph.&amp;nbsp; If that is all that is being asked, you get that by dragging both variables into the Y zone in Graph Builder and right clicking on the Y axes and using the Move Right option to create the second axes scale.&amp;nbsp; I always have to look that up - it took me years to remember how to do it in Excel and I still don't recall it easily in JMP.&amp;nbsp; I would say, however, that the utility of such graphs is limited - there is almost always a better display (dragging the two variables one at a time onto the Y axes so that one graph is above the other is usually a better display).&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 11:57:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Two-Y-axes-bar-chart-How-to-display-bars-next-to-each-other/m-p/725579#M91013</guid>
      <dc:creator>dlehman1</dc:creator>
      <dc:date>2024-02-27T11:57:14Z</dc:date>
    </item>
  </channel>
</rss>

