<?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: how to create plots with frame larger than the window size? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Builder-how-to-create-plots-with-frame-larger-than-the/m-p/226083#M44866</link>
    <description>&lt;P&gt;this works by never using the display:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=open("$sample_data/big class.jmp");

nodisplay = borderbox(
dt&amp;lt;&amp;lt;Graph Builder(
	Size( 5180, 4480 ),
	Show Control Panel( 0 ),
	Variables( X( :weight ), Y( :height ) ),
	Elements( Points( X, Y, Legend( 4 ) ), Smoother( X, Y, Legend( 5 ) ) )
)
);

nodisplay&amp;lt;&amp;lt;savepicture("$temp/deleteme.png","png");

nodisplay=0; // let go of the hidden report

pic=newimage("$temp/deleteme.png"); 
newwindow("x",pic);
show(pic&amp;lt;&amp;lt;size); // pic &amp;lt;&amp;lt; size = {5304, 4518};
pic=0; // let go of the picture
deletefile("$temp/deleteme.png");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The platform uses the borderbox as its parent, and the JSL variable holds the borderbox. The window that opens with the picture has scroll bars; it is a static image of the live report that is not otherwise visible.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2019 15:15:02 GMT</pubDate>
    <dc:creator>Craige_Hales</dc:creator>
    <dc:date>2019-09-17T15:15:02Z</dc:date>
    <item>
      <title>Graph Builder: how to create plots with frame larger than the window size?</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-how-to-create-plots-with-frame-larger-than-the/m-p/226070#M44864</link>
      <description>&lt;P&gt;Hi JMP Community,&lt;/P&gt;&lt;P&gt;I need to create a large figures for a poster that ideally would need to be taller than the maximum frame size (on my system, it maxes out at 835). Is it possible to do so? I tried to force the vertical size of the frame via a script but I did not get what I wanted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The alternative is to draw my plots at the maximum allowed size, export to EPS and rescale it to the desired vertical dimensions which is a bit of a drag considering that text gets messed up when exporting to EPS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 14:14:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-how-to-create-plots-with-frame-larger-than-the/m-p/226070#M44864</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2019-09-17T14:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: how to create plots with frame larger than the window size?</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-how-to-create-plots-with-frame-larger-than-the/m-p/226083#M44866</link>
      <description>&lt;P&gt;this works by never using the display:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=open("$sample_data/big class.jmp");

nodisplay = borderbox(
dt&amp;lt;&amp;lt;Graph Builder(
	Size( 5180, 4480 ),
	Show Control Panel( 0 ),
	Variables( X( :weight ), Y( :height ) ),
	Elements( Points( X, Y, Legend( 4 ) ), Smoother( X, Y, Legend( 5 ) ) )
)
);

nodisplay&amp;lt;&amp;lt;savepicture("$temp/deleteme.png","png");

nodisplay=0; // let go of the hidden report

pic=newimage("$temp/deleteme.png"); 
newwindow("x",pic);
show(pic&amp;lt;&amp;lt;size); // pic &amp;lt;&amp;lt; size = {5304, 4518};
pic=0; // let go of the picture
deletefile("$temp/deleteme.png");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The platform uses the borderbox as its parent, and the JSL variable holds the borderbox. The window that opens with the picture has scroll bars; it is a static image of the live report that is not otherwise visible.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 15:15:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-how-to-create-plots-with-frame-larger-than-the/m-p/226083#M44866</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2019-09-17T15:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: how to create plots with frame larger than the window size?</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-how-to-create-plots-with-frame-larger-than-the/m-p/226211#M44891</link>
      <description>&lt;P&gt;Another solution is to add:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fit to Window("off")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to your Graph Builder script.&amp;nbsp; This will turn off the auto-stretching of the graph and still allow you to preview the result in a (scrollable) window.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 13:00:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-how-to-create-plots-with-frame-larger-than-the/m-p/226211#M44891</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2019-09-18T13:00:43Z</dc:date>
    </item>
  </channel>
</rss>

