<?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 to scale a graph to fit into a fixed size area in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-scale-a-graph-to-fit-into-a-fixed-size-area/m-p/68991#M34969</link>
    <description>&lt;P&gt;For patent filings, graphs need to fit into an 8H x 6.8W area, including all titles. How can I set up Graph Builder so that a graph fits into / fills a given area? (Setting the "frame" size does something else, but I couldn't find the definition of a "frame".)&lt;/P&gt;</description>
    <pubDate>Tue, 21 Aug 2018 04:26:10 GMT</pubDate>
    <dc:creator>Knut</dc:creator>
    <dc:date>2018-08-21T04:26:10Z</dc:date>
    <item>
      <title>How to scale a graph to fit into a fixed size area</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-scale-a-graph-to-fit-into-a-fixed-size-area/m-p/68991#M34969</link>
      <description>&lt;P&gt;For patent filings, graphs need to fit into an 8H x 6.8W area, including all titles. How can I set up Graph Builder so that a graph fits into / fills a given area? (Setting the "frame" size does something else, but I couldn't find the definition of a "frame".)&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 04:26:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-scale-a-graph-to-fit-into-a-fixed-size-area/m-p/68991#M34969</guid>
      <dc:creator>Knut</dc:creator>
      <dc:date>2018-08-21T04:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to scale a graph to fit into a fixed size area</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-scale-a-graph-to-fit-into-a-fixed-size-area/m-p/68998#M34976</link>
      <description>&lt;P&gt;The units used in Frame Size, etc. are pixels.&amp;nbsp; I am not aware of the ability in JMP to set the graph size by inches.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 08:41:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-scale-a-graph-to-fit-into-a-fixed-size-area/m-p/68998#M34976</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-08-21T08:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to scale a graph to fit into a fixed size area</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-scale-a-graph-to-fit-into-a-fixed-size-area/m-p/69003#M34980</link>
      <description>&lt;P&gt;This will get you close. Your graph will be a bit smaller because of the window's title bar, which I believe is part of the window's size. Your dotsPerInch value might also be changed if you've set the scaling on your display. Retina displays and 4K displays will probably use larger DPI values.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;
DotsPerInch = 96; // typical for newer displays, 72 for older displays
report(gb)&amp;lt;&amp;lt;setwindowsize(6.8*DotsPerInch,8*DotsPerInch);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or...&lt;/P&gt;
&lt;P&gt;The frame is the square box that the axes form.&lt;/P&gt;
&lt;P&gt;Once you drag the window to the size you need, you can save the script and grab the size value from the script.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Setting graph builder's size" style="width: 188px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12123iFB8C59FA8E0D4ECA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Setting graph builder's size" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Setting graph builder's size&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;That will not account for changing font sizes later however, since it is the frame size.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 10:09:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-scale-a-graph-to-fit-into-a-fixed-size-area/m-p/69003#M34980</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2018-08-21T10:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to scale a graph to fit into a fixed size area</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-scale-a-graph-to-fit-into-a-fixed-size-area/m-p/72363#M35603</link>
      <description>&lt;P&gt;Thanks Jim,&lt;BR /&gt;I can translate points into inches, that's not the problem, but which part of the graph is the "Frame"?&lt;/P&gt;&lt;P&gt;Knut&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2018 16:47:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-scale-a-graph-to-fit-into-a-fixed-size-area/m-p/72363#M35603</guid>
      <dc:creator>Knut</dc:creator>
      <dc:date>2018-09-12T16:47:45Z</dc:date>
    </item>
  </channel>
</rss>

