<?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 JMP 17 script graph size for report in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-17-script-graph-size-for-report/m-p/774950#M95702</link>
    <description>&lt;P&gt;Is there a way to set the frame size for graphs in jmp 17 script so that when the report is generated with multiple graphs the graphs are of a particular size. Ideally want to be able to customize each individual graph size&lt;/P&gt;
&lt;P&gt;The script below used to work and set the size correctly in jmp 14 but it does not do the job in jmp 17&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;graphname = datatable &amp;lt;&amp;lt; Overlay Plot(
	X(:x),
	Y(:y1, :y2, :y3),
	Overlay Axis &amp;lt;&amp;lt; {{Scale(Linear), Format("Best"), Min(-5000), Max(25000), Inc(-1000)}},
	Connect Thru Missing(1),
	Connect Points(1),
	SendToReport(
		Dispatch({}, "Overlay Plot", OutlineBox, Set Title("Age")),
		Dispatch({}, "Overlay Plot", FrameBox, Frame Size(450, 450)),
		Dispatch({}, "101", ScaleBox, {Rotated Labels("Angled")})
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;EM&gt;Edit 2024-07-24, jthi: added JSL styling&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2024 04:43:07 GMT</pubDate>
    <dc:creator>UpliftTiger788</dc:creator>
    <dc:date>2024-07-24T04:43:07Z</dc:date>
    <item>
      <title>JMP 17 script graph size for report</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-17-script-graph-size-for-report/m-p/774950#M95702</link>
      <description>&lt;P&gt;Is there a way to set the frame size for graphs in jmp 17 script so that when the report is generated with multiple graphs the graphs are of a particular size. Ideally want to be able to customize each individual graph size&lt;/P&gt;
&lt;P&gt;The script below used to work and set the size correctly in jmp 14 but it does not do the job in jmp 17&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;graphname = datatable &amp;lt;&amp;lt; Overlay Plot(
	X(:x),
	Y(:y1, :y2, :y3),
	Overlay Axis &amp;lt;&amp;lt; {{Scale(Linear), Format("Best"), Min(-5000), Max(25000), Inc(-1000)}},
	Connect Thru Missing(1),
	Connect Points(1),
	SendToReport(
		Dispatch({}, "Overlay Plot", OutlineBox, Set Title("Age")),
		Dispatch({}, "Overlay Plot", FrameBox, Frame Size(450, 450)),
		Dispatch({}, "101", ScaleBox, {Rotated Labels("Angled")})
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;EM&gt;Edit 2024-07-24, jthi: added JSL styling&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 04:43:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-17-script-graph-size-for-report/m-p/774950#M95702</guid>
      <dc:creator>UpliftTiger788</dc:creator>
      <dc:date>2024-07-24T04:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 17 script graph size for report</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-17-script-graph-size-for-report/m-p/774972#M95703</link>
      <description>&lt;P&gt;[edited]&lt;BR /&gt;actually, the command&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;current report()[framebox(1)]&amp;lt;&amp;lt;frame size(450,450);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;should work. What's the issue?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
Overlay Plot(
	X( :height ),
	Y( :weight, :age ),
	Overlay Axis &amp;lt;&amp;lt; {{Scale( Linear ), Format( "Best" ), Min( -5000 ), Max( 25000 ), Inc( -1000 )}},
	Connect Thru Missing( 1 ),
	Connect Points( 1 ),
	SendToReport(
		Dispatch( {}, "Overlay Plot", FrameBox, Frame Size( 450, 450 ) )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Jul 2024 04:45:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-17-script-graph-size-for-report/m-p/774972#M95703</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-07-24T04:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 17 script graph size for report</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-17-script-graph-size-for-report/m-p/774989#M95705</link>
      <description>&lt;P&gt;To &lt;SPAN&gt;customize each individual graph size&lt;/SPAN&gt;, like here:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1721802519208.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66478iECED7D5F9F3B3D75/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1721802519208.png" alt="hogi_0-1721802519208.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;use&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Relative Sizes( "X", [157 427] )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;from&amp;nbsp;&lt;LI-MESSAGE title="Subplots with different sizes?" uid="608198" url="https://community.jmp.com/t5/Discussions/Subplots-with-different-sizes/m-p/608198#U608198" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 06:29:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-17-script-graph-size-for-report/m-p/774989#M95705</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-07-24T06:29:45Z</dc:date>
    </item>
  </channel>
</rss>

