<?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: Graph Builder composite graphs in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Builder-composite-graphs/m-p/193086#M41305</link>
    <description>&lt;P&gt;Here is an example using JSL.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);
dt = Open("$sample_data/fitness.jmp");


gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 534, 454 ),
	Show Control Panel( 0 ),
	Variables(
		X( :Weight ),
		X( :Weight ),
		Y( :Oxy, Side( "Right" ) ),
		Y( :Runtime, Position( 1 ) ),
		Y( :RunPulse ),
		Y( :RstPulse, Position( 2 ), Side( "Right" ) ),
		Overlay( :Sex )
	),
	Elements(
		Position( 1, 1 ),
		Points( X, Y( 2 ), Legend( 240 ) ),
		Smoother( X, Y( 2 ), Legend( 241 ) )
	),
	Elements(
		Position( 1, 2 ),
		Points( X, Y( 2 ), Legend( 246 ) ),
		Smoother( X, Y( 2 ), Legend( 247 ) )
	),
	Elements(
		Position( 2, 1 ),
		Points( X, Y( 2 ), Legend( 248 ) ),
		Smoother( X, Y( 2 ), Legend( 249 ) )
	),
	Elements(
		Position( 2, 2 ),
		Points( X, Y( 2 ), Legend( 254 ) ),
		Smoother( X, Y( 2 ), Legend( 255 ) )
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 604px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/16891iBDF5A3BD3E4EF622/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2019 21:21:48 GMT</pubDate>
    <dc:creator>gzmorgan0</dc:creator>
    <dc:date>2019-04-15T21:21:48Z</dc:date>
    <item>
      <title>Graph Builder composite graphs</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-composite-graphs/m-p/193029#M41288</link>
      <description>&lt;P&gt;In Graph Builder, I would like to create a composite graph consisting of four panes in a 2x2 arrangment. I'd like each of the panes to have a different y-axis, whereas both have the same x-scale. I can get to 2 rows x 1 column with overlays.&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" /&gt;&lt;SPAN style="font-family: inherit;"&gt;But when I double up the x axis, I'd like the overlay to go away, so I just have a single parameter in each pane. Instead I get this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="2x2.png" style="width: 309px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/16888i7ACDDD94F301F608/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2x2.png" alt="2x2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to get 2 x 2 panes with just one column plotted in each pane (i.e. no overlay)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 15:05:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-composite-graphs/m-p/193029#M41288</guid>
      <dc:creator>john_madden</dc:creator>
      <dc:date>2019-04-15T15:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder composite graphs</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-composite-graphs/m-p/193086#M41305</link>
      <description>&lt;P&gt;Here is an example using JSL.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);
dt = Open("$sample_data/fitness.jmp");


gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 534, 454 ),
	Show Control Panel( 0 ),
	Variables(
		X( :Weight ),
		X( :Weight ),
		Y( :Oxy, Side( "Right" ) ),
		Y( :Runtime, Position( 1 ) ),
		Y( :RunPulse ),
		Y( :RstPulse, Position( 2 ), Side( "Right" ) ),
		Overlay( :Sex )
	),
	Elements(
		Position( 1, 1 ),
		Points( X, Y( 2 ), Legend( 240 ) ),
		Smoother( X, Y( 2 ), Legend( 241 ) )
	),
	Elements(
		Position( 1, 2 ),
		Points( X, Y( 2 ), Legend( 246 ) ),
		Smoother( X, Y( 2 ), Legend( 247 ) )
	),
	Elements(
		Position( 2, 1 ),
		Points( X, Y( 2 ), Legend( 248 ) ),
		Smoother( X, Y( 2 ), Legend( 249 ) )
	),
	Elements(
		Position( 2, 2 ),
		Points( X, Y( 2 ), Legend( 254 ) ),
		Smoother( X, Y( 2 ), Legend( 255 ) )
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 604px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/16891iBDF5A3BD3E4EF622/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 21:21:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-composite-graphs/m-p/193086#M41305</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2019-04-15T21:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder composite graphs</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-composite-graphs/m-p/193087#M41306</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/681"&gt;@john_madden&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Extending on the JSL script provided by&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/70"&gt;@gzmorgan0&lt;/a&gt; with the same fitness data table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you right-click on the axis you get an option to move the variable to the right.&lt;/P&gt;
&lt;P&gt;You can also move the axis back with a right-click on the right-most axis and selecting move left.&lt;/P&gt;
&lt;P&gt;And here is a video showing the interactive steps to move the y-axis to the right.&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-xtNW9taDE6-XgRbXZPPuhtKUXtf5xNVow1600h1058r335" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6064698395001" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-xtNW9taDE6-XgRbXZPPuhtKUXtf5xNVow1600h1058r335');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/xtNW9taDE6-XgRbXZPPuhtKUXtf5xNVo"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Stan&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 21:54:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-composite-graphs/m-p/193087#M41306</guid>
      <dc:creator>stan_koprowski</dc:creator>
      <dc:date>2019-04-15T21:54:55Z</dc:date>
    </item>
  </channel>
</rss>

