<?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: How to remove white space from graph (after using Map)? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-remove-white-space-from-graph-after-using-Map/m-p/36684#M21544</link>
    <description>&lt;P&gt;If you are referring to the white space on the right side of your map&amp;nbsp;you should just need to resize the window containing the graph.&amp;nbsp;&amp;nbsp;Once you get it 'right'&amp;nbsp;you save a script to keep track of the plot size.&amp;nbsp; Here, a ratio of 490:500 makes a shape fit the plot area with no white space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: The shape is exactly 2 by 2, I do not know why the window size needs to be different than 1:1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Graph Builder(
	Size( 490, 500 ),
	Show Control Panel( 0 ),
	Variables( Color( :X ), Shape( :Shape ID ) ),
	Elements( Map Shapes( Legend( 15 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"",
			ScaleBox,
			{Min( 0 ), Max( 2 ), Inc( 0.2 ), Minor Ticks( 0 )}
		),
		Dispatch(
			{},
			"",
			ScaleBox( 2 ),
			{Min( 0 ), Max( 2 ), Inc( 0.2 ), Minor Ticks( 0 )}
		)
	)
)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Map File" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5444i81A18C136527D8CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Map File" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Map File&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2017 22:24:23 GMT</pubDate>
    <dc:creator>ih</dc:creator>
    <dc:date>2017-03-02T22:24:23Z</dc:date>
    <item>
      <title>How to remove white space from graph (after using Map)?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-white-space-from-graph-after-using-Map/m-p/36665#M21535</link>
      <description>&lt;P&gt;I have used graph builder to create a custom map. But there is some white space in the graph, which I would like to remove from graph.&lt;/P&gt;&lt;P&gt;I have tried using axis settings, aspect ratio doesn't seem to work. Could you please suggest any other way to reduce the white space around the image. [Last option would be to save and crop image, but would loose interative feature in case I share it as HTML].&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 17:39:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-white-space-from-graph-after-using-Map/m-p/36665#M21535</guid>
      <dc:creator>sanqub</dc:creator>
      <dc:date>2017-03-02T17:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove white space from graph (after using Map)?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-white-space-from-graph-after-using-Map/m-p/36683#M21543</link>
      <description>&lt;P&gt;If you are referring to the white space on the right side of your map&amp;nbsp;you should just need to resize the graph window.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 22:19:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-white-space-from-graph-after-using-Map/m-p/36683#M21543</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2017-03-02T22:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove white space from graph (after using Map)?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-white-space-from-graph-after-using-Map/m-p/36684#M21544</link>
      <description>&lt;P&gt;If you are referring to the white space on the right side of your map&amp;nbsp;you should just need to resize the window containing the graph.&amp;nbsp;&amp;nbsp;Once you get it 'right'&amp;nbsp;you save a script to keep track of the plot size.&amp;nbsp; Here, a ratio of 490:500 makes a shape fit the plot area with no white space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: The shape is exactly 2 by 2, I do not know why the window size needs to be different than 1:1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Graph Builder(
	Size( 490, 500 ),
	Show Control Panel( 0 ),
	Variables( Color( :X ), Shape( :Shape ID ) ),
	Elements( Map Shapes( Legend( 15 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"",
			ScaleBox,
			{Min( 0 ), Max( 2 ), Inc( 0.2 ), Minor Ticks( 0 )}
		),
		Dispatch(
			{},
			"",
			ScaleBox( 2 ),
			{Min( 0 ), Max( 2 ), Inc( 0.2 ), Minor Ticks( 0 )}
		)
	)
)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Map File" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5444i81A18C136527D8CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Map File" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Map File&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 22:24:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-white-space-from-graph-after-using-Map/m-p/36684#M21544</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2017-03-02T22:24:23Z</dc:date>
    </item>
  </channel>
</rss>

