<?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: Overriding Legend Position defaults in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Overriding-Legend-Position-defaults/m-p/308305#M56269</link>
    <description>&lt;P&gt;Hi TX,&lt;/P&gt;&lt;P&gt;No, the problem (at least the one that I have) is right there on line 4 of my original code snippet:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Legend Position( "Inside Left" ),&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That is the setting that I want to override.&amp;nbsp; I don't want Left or Right I would like to be able to fine tune the "Horizontal" position of the "Legend" or at least do a " Legend Position ("Inside Center").&amp;nbsp; In the code that you posted the Legend is still on the left (see pic). Sorry if I was not clear about what I trying to do.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LegendPosition.PNG" style="width: 464px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/26802i034DD7EBBE6385A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="LegendPosition.PNG" alt="LegendPosition.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Sep 2020 20:42:22 GMT</pubDate>
    <dc:creator>ALopez</dc:creator>
    <dc:date>2020-09-16T20:42:22Z</dc:date>
    <item>
      <title>Overriding Legend Position defaults</title>
      <link>https://community.jmp.com/t5/Discussions/Overriding-Legend-Position-defaults/m-p/308254#M56265</link>
      <description>&lt;P&gt;In Graph Builder, is there a way to override the "legend Position" defaults": Inside Left or Inside Right? I tried - Legend Position("Inside Center") but it did not work.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
Size( 534, 462 ),
Show Control Panel( 0 ),
&lt;STRONG&gt;Legend Position( "Inside Left" )&lt;/STRONG&gt;,
Variables( X( :EFT ), Y( :CA, Side( "Right" ) ), Y( :DX, Position( 1 ) ) ), - - - etc.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;Thanks.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:38:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Overriding-Legend-Position-defaults/m-p/308254#M56265</guid>
      <dc:creator>ALopez</dc:creator>
      <dc:date>2023-06-09T23:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Overriding Legend Position defaults</title>
      <link>https://community.jmp.com/t5/Discussions/Overriding-Legend-Position-defaults/m-p/308281#M56268</link>
      <description>&lt;P&gt;I can assume that the issue falls outside of the code you provided.&amp;nbsp; Here is a simple example, which when run against the Sample Data table called Big Class works fine in JMP 15&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 528, 456 ),
	Show Control Panel( 0 ),
	Legend Position( "Inside Left" ),
	Variables( X( :weight ), Y( :height ), Overlay( :sex ) ),
	Elements( Points( X, Y, Legend( 12 ) ), Smoother( X, Y, Legend( 13 ) ) ),
	SendToReport( Dispatch( {}, "400", LegendBox, {Set Title( "" )} ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;See if it works for you, and then check your complete code for possible issues&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 20:18:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Overriding-Legend-Position-defaults/m-p/308281#M56268</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-09-16T20:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Overriding Legend Position defaults</title>
      <link>https://community.jmp.com/t5/Discussions/Overriding-Legend-Position-defaults/m-p/308305#M56269</link>
      <description>&lt;P&gt;Hi TX,&lt;/P&gt;&lt;P&gt;No, the problem (at least the one that I have) is right there on line 4 of my original code snippet:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Legend Position( "Inside Left" ),&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That is the setting that I want to override.&amp;nbsp; I don't want Left or Right I would like to be able to fine tune the "Horizontal" position of the "Legend" or at least do a " Legend Position ("Inside Center").&amp;nbsp; In the code that you posted the Legend is still on the left (see pic). Sorry if I was not clear about what I trying to do.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LegendPosition.PNG" style="width: 464px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/26802i034DD7EBBE6385A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="LegendPosition.PNG" alt="LegendPosition.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 20:42:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Overriding-Legend-Position-defaults/m-p/308305#M56269</guid>
      <dc:creator>ALopez</dc:creator>
      <dc:date>2020-09-16T20:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Overriding Legend Position defaults</title>
      <link>https://community.jmp.com/t5/Discussions/Overriding-Legend-Position-defaults/m-p/308394#M56274</link>
      <description>&lt;P&gt;The documentation in the Scripting Index indicate that only 4 options are available&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="legend.PNG" style="width: 451px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/26807i28A97B11402B1CB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="legend.PNG" alt="legend.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 01:53:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Overriding-Legend-Position-defaults/m-p/308394#M56274</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-09-17T01:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Overriding Legend Position defaults</title>
      <link>https://community.jmp.com/t5/Discussions/Overriding-Legend-Position-defaults/m-p/308543#M56282</link>
      <description>&lt;P&gt;Bummer, I was hoping to get around those options through some JSL magic.&amp;nbsp; Anyways, thank you very much for taking the time to answer my question.&amp;nbsp; Stay safe.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 13:10:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Overriding-Legend-Position-defaults/m-p/308543#M56282</guid>
      <dc:creator>ALopez</dc:creator>
      <dc:date>2020-09-17T13:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Overriding Legend Position defaults</title>
      <link>https://community.jmp.com/t5/Discussions/Overriding-Legend-Position-defaults/m-p/308545#M56283</link>
      <description>You can always add your own graphics to any of the JMP graphs and charts, using JSL.  But that would not be the repositioning of the legend, but rather creating your own graphical display on top of the Graph Builder output.  This capability is documented in the Scripting Guide in a section called "Add Scripts to Graphs"</description>
      <pubDate>Thu, 17 Sep 2020 13:30:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Overriding-Legend-Position-defaults/m-p/308545#M56283</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-09-17T13:30:22Z</dc:date>
    </item>
  </channel>
</rss>

