<?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 How can i enlarge the default size of picture? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-i-enlarge-the-default-size-of-picture/m-p/249117#M48919</link>
    <description>&lt;P&gt;*If i think the default picture size is small and i want to enlarge it, what should i do ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
Bivariate( Y( :weight ), X( :height ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*The script i use to control the size is below, but the pic has no change after i add size(1000, 800), Why it now work?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

Bivariate(
	Size( 1000, 800 ), 

	Y( :weight ),
	X( :height )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2020 13:03:49 GMT</pubDate>
    <dc:creator>Theresa</dc:creator>
    <dc:date>2020-02-26T13:03:49Z</dc:date>
    <item>
      <title>How can i enlarge the default size of picture?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-i-enlarge-the-default-size-of-picture/m-p/249117#M48919</link>
      <description>&lt;P&gt;*If i think the default picture size is small and i want to enlarge it, what should i do ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
Bivariate( Y( :weight ), X( :height ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*The script i use to control the size is below, but the pic has no change after i add size(1000, 800), Why it now work?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

Bivariate(
	Size( 1000, 800 ), 

	Y( :weight ),
	X( :height )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 13:03:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-i-enlarge-the-default-size-of-picture/m-p/249117#M48919</guid>
      <dc:creator>Theresa</dc:creator>
      <dc:date>2020-02-26T13:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can i enlarge the default size of picture?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-i-enlarge-the-default-size-of-picture/m-p/249179#M48924</link>
      <description>&lt;P&gt;You can change the size of all graphic window's defaults in JMP Preferences&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; File==&amp;gt;Preferences==&amp;gt;Graphs&lt;/P&gt;
&lt;P&gt;If you want to change just the scatterplot window in the Bivariate Plot you need to change the Frame size.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=open("$SAMPLE_DATA/big class.jmp");
biv=Bivariate( Y( :height ), X( :weight ) );
report(biv)[FrameBox(1)] &amp;lt;&amp;lt; frame size(400,400);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;See the Scripting Index for examples&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help=&amp;gt;Scripting Index&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 06:37:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-i-enlarge-the-default-size-of-picture/m-p/249179#M48924</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-02-26T06:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can i enlarge the default size of picture?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-i-enlarge-the-default-size-of-picture/m-p/249408#M48975</link>
      <description>Thank you!</description>
      <pubDate>Thu, 27 Feb 2020 00:34:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-i-enlarge-the-default-size-of-picture/m-p/249408#M48975</guid>
      <dc:creator>Theresa</dc:creator>
      <dc:date>2020-02-27T00:34:22Z</dc:date>
    </item>
  </channel>
</rss>

