<?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 Graph Builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Builder/m-p/629383#M82759</link>
    <description>&lt;P&gt;I use JMP 17.1 and try to make a graph using the attached data by bringing the WLs data to the x-axis.&lt;/P&gt;&lt;P&gt;1. If I only use 1 data row, the right graph is produced, however, if I select 2 (or more) rows, a starge graph appears.&lt;/P&gt;&lt;P&gt;2. If I use columns 400-500 and all rows (and hide and exclude the other columns), the right graph is produced, but if I select all columns, a strange graph appears.&lt;/P&gt;&lt;P&gt;I managed to produce the right graph with 2000 columns and 1122 rows, using different data. I have no idea what is wrong with these data and why these strange graphs are produced. I don't even understand what I am seeing in these strange graphs!&lt;/P&gt;&lt;P&gt;Any suggestions how to solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:32:01 GMT</pubDate>
    <dc:creator>Joost</dc:creator>
    <dc:date>2023-06-11T11:32:01Z</dc:date>
    <item>
      <title>Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder/m-p/629383#M82759</link>
      <description>&lt;P&gt;I use JMP 17.1 and try to make a graph using the attached data by bringing the WLs data to the x-axis.&lt;/P&gt;&lt;P&gt;1. If I only use 1 data row, the right graph is produced, however, if I select 2 (or more) rows, a starge graph appears.&lt;/P&gt;&lt;P&gt;2. If I use columns 400-500 and all rows (and hide and exclude the other columns), the right graph is produced, but if I select all columns, a strange graph appears.&lt;/P&gt;&lt;P&gt;I managed to produce the right graph with 2000 columns and 1122 rows, using different data. I have no idea what is wrong with these data and why these strange graphs are produced. I don't even understand what I am seeing in these strange graphs!&lt;/P&gt;&lt;P&gt;Any suggestions how to solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:32:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder/m-p/629383#M82759</guid>
      <dc:creator>Joost</dc:creator>
      <dc:date>2023-06-11T11:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder/m-p/629398#M82763</link>
      <description>&lt;P&gt;I think the problem is that your data isn't organized appropriately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you're looking for a graph something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-05-06_11-12-02.866.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52610i278A497567494015/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2023-05-06_11-12-02.866.png" alt="2023-05-06_11-12-02.866.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your data is organized with your X value in the Column names and the Y values in each row. Instead you need XY pairs in rows a column to identify the "Row".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;JMP makes it easy to reshape the data this way. Start by adding a new column to you table to hold the "Row" number.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to Cols-&amp;gt;New Column... and complete the dialog naming the column Row, filling it with Sequence Data and adding the column before the first column. &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-05-06_11-19-40.028.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52611iDDE5C0A64308A7EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2023-05-06_11-19-40.028.png" alt="2023-05-06_11-19-40.028.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next you'll want to Unhide and Unexclude all the columns that you've got hidden and excluded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, go to Tables-&amp;gt;Stack and you can stack all your 400-900 columns.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-05-06_11-22-23.430.png" style="width: 557px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52612i0FE79098D57DD865/image-dimensions/557x252?v=v2" width="557" height="252" role="button" title="2023-05-06_11-22-23.430.png" alt="2023-05-06_11-22-23.430.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You'll get a table with three columns and 2000 rows.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-05-06_11-31-02.406.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52614iA031338FBB38DA94/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2023-05-06_11-31-02.406.png" alt="2023-05-06_11-31-02.406.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now you'll need to change the data type of the Label column to Numeric and the Modeling Type to Continuous.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-05-06_11-32-43.206.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52615i5CA4BFCDF863EF1E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2023-05-06_11-32-43.206.png" alt="2023-05-06_11-32-43.206.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; Now you can go to Graph Builder and drag the Label column to the X axis and the Data column to the Y axis and Row to the Overlay role.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-05-06_11-34-43.434.png" style="width: 501px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52616i36F13E2E9058C6C4/image-dimensions/501x273?v=v2" width="501" height="273" role="button" title="2023-05-06_11-34-43.434.png" alt="2023-05-06_11-34-43.434.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you want only the range 400-500 you can rescale the axis or use a Local Data Filter on the Label column to exclude Labels greater than 500.&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2023 15:40:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder/m-p/629398#M82763</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2023-05-06T15:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder/m-p/629508#M82768</link>
      <description>&lt;P&gt;Hallo Jeff,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply, Jeff. Yes, what you describe is a solution to make the graph I wanted, but not the solution to my problem! the thing is, that when I use the data supplied, but only columns 400 - 500, I get the right graph (a part of yours):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Joost_2-1683492346305.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52626iA06146BBDC424BE7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Joost_2-1683492346305.png" alt="Joost_2-1683492346305.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But if i include more columns (e.g. 501-530) then this graph appears:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Joost_3-1683492473228.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52627iAB06F630006A2AF9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Joost_3-1683492473228.png" alt="Joost_3-1683492473228.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and I don't understand why this is. If - as you say - the data isn't organized appropiately, then why does it work well for 100 columns and not for 130 columns. That is what puzzles me and as I said before, I managed to do so with a different data set with 2000 columns and 1122 rows ?? Any explanation for that, Jeff?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 May 2023 20:56:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder/m-p/629508#M82768</guid>
      <dc:creator>Joost</dc:creator>
      <dc:date>2023-05-07T20:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder/m-p/629543#M82773</link>
      <description>&lt;P&gt;Not sure why but JMP seems to get confused with too many x-axis and then loses Y-axis (and displays only some x-axis)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1683519446511.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52629iD2D5B2835B401178/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1683519446511.png" alt="jthi_0-1683519446511.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You could try combining the scales if you really want to plot it this way (I would use what Jeff suggested almost every time when working with JMP)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1683519467678.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52630iC0FD8AB1FDBA11B8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1683519467678.png" alt="jthi_1-1683519467678.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1683519489601.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52631i7186EF2F914F1C15/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1683519489601.png" alt="jthi_2-1683519489601.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 04:19:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder/m-p/629543#M82773</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-05-08T04:19:31Z</dc:date>
    </item>
  </channel>
</rss>

