<?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: Horizontal plotting two tables to one journal in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Horizontal-plotting-two-tables-to-one-journal/m-p/461140#M70614</link>
    <description>&lt;P&gt;JMP has very powerful capabilities in modification and/or the creation of new output displays.&amp;nbsp; For your new request, one only has to add a Spacer Box between the outputs that are being appended.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1644956582731.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40001i2EAED77F30BE15F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1644956582731.png" alt="txnelson_0-1644956582731.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//nw1 = New Window("vertical tables");

nw2 = New Window( "horizontal tables", &amp;lt;&amp;lt;journal, hlb = H List Box() );

For( i = 1, i &amp;lt;= N Table(), i++, 

//hlb &amp;lt;&amp;lt; Append(Data Table(i) &amp;lt;&amp;lt; new data box); //Active tables on top of eachother

	hlb &amp;lt;&amp;lt; Append( Data Table( i ) &amp;lt;&amp;lt; new data box ); //Active tables side by side
	
	hlb &amp;lt;&amp;lt; Append(  Spacer Box( Size( 25, 1) ) );

	//Data Table(i) &amp;lt;&amp;lt; journal; // Journal; tables inactive, for browsing data only

);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 15 Feb 2022 20:23:21 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2022-02-15T20:23:21Z</dc:date>
    <item>
      <title>Horizontal plotting two tables to one journal</title>
      <link>https://community.jmp.com/t5/Discussions/Horizontal-plotting-two-tables-to-one-journal/m-p/461105#M70610</link>
      <description>&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;I have two different tables and I just want to put them on the same journal/HTML horizontal.&amp;nbsp;&lt;BR /&gt;is there a script command for doing such?&lt;/P&gt;&lt;P&gt;I tried to use the bellow (which I found in this forum) but the tables&amp;nbsp; came out vertically:&lt;CODE class=" language-jsl"&gt;nw2 = New Window("horizontal tables", hlb = H List Box()); For(i = 1, i &amp;lt;= N Table(), i++, hlb &amp;lt;&amp;lt; Append(Data Table(i) &amp;lt;&amp;lt; new data box); //Active tables side by side Data Table(i) &amp;lt;&amp;lt; journal; // Journal; tables inactive, for browsing data only );&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:44:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Horizontal-plotting-two-tables-to-one-journal/m-p/461105#M70610</guid>
      <dc:creator>ileshem</dc:creator>
      <dc:date>2023-06-10T23:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal plotting two tables to one journal</title>
      <link>https://community.jmp.com/t5/Discussions/Horizontal-plotting-two-tables-to-one-journal/m-p/461123#M70611</link>
      <description>&lt;P&gt;Here is how I would approach the issue.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1644953923341.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39999iFDBCCCFC6704D1FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1644953923341.png" alt="txnelson_0-1644953923341.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//nw1 = New Window("vertical tables");

nw2 = New Window( "horizontal tables", &amp;lt;&amp;lt;journal, hlb = H List Box() );

For( i = 1, i &amp;lt;= N Table(), i++, 

//hlb &amp;lt;&amp;lt; Append(Data Table(i) &amp;lt;&amp;lt; new data box); //Active tables on top of eachother

	hlb &amp;lt;&amp;lt; Append( Data Table( i ) &amp;lt;&amp;lt; new data box ); //Active tables side by side

	//Data Table(i) &amp;lt;&amp;lt; journal; // Journal; tables inactive, for browsing data only

);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 19:39:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Horizontal-plotting-two-tables-to-one-journal/m-p/461123#M70611</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-15T19:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal plotting two tables to one journal</title>
      <link>https://community.jmp.com/t5/Discussions/Horizontal-plotting-two-tables-to-one-journal/m-p/461132#M70613</link>
      <description>&lt;P&gt;Thanks! that worked great.&amp;nbsp;&lt;BR /&gt;Is there a way to insert space between the two tables or is it too much for JMP?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 19:58:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Horizontal-plotting-two-tables-to-one-journal/m-p/461132#M70613</guid>
      <dc:creator>ileshem</dc:creator>
      <dc:date>2022-02-15T19:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal plotting two tables to one journal</title>
      <link>https://community.jmp.com/t5/Discussions/Horizontal-plotting-two-tables-to-one-journal/m-p/461140#M70614</link>
      <description>&lt;P&gt;JMP has very powerful capabilities in modification and/or the creation of new output displays.&amp;nbsp; For your new request, one only has to add a Spacer Box between the outputs that are being appended.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1644956582731.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40001i2EAED77F30BE15F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1644956582731.png" alt="txnelson_0-1644956582731.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//nw1 = New Window("vertical tables");

nw2 = New Window( "horizontal tables", &amp;lt;&amp;lt;journal, hlb = H List Box() );

For( i = 1, i &amp;lt;= N Table(), i++, 

//hlb &amp;lt;&amp;lt; Append(Data Table(i) &amp;lt;&amp;lt; new data box); //Active tables on top of eachother

	hlb &amp;lt;&amp;lt; Append( Data Table( i ) &amp;lt;&amp;lt; new data box ); //Active tables side by side
	
	hlb &amp;lt;&amp;lt; Append(  Spacer Box( Size( 25, 1) ) );

	//Data Table(i) &amp;lt;&amp;lt; journal; // Journal; tables inactive, for browsing data only

);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Feb 2022 20:23:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Horizontal-plotting-two-tables-to-one-journal/m-p/461140#M70614</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-15T20:23:21Z</dc:date>
    </item>
  </channel>
</rss>

