<?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: Modify the default Settings to make the selected graphic lines in the image generator thicker in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Modify-the-default-Settings-to-make-the-selected-graphic-lines/m-p/869772#M103272</link>
    <description>&lt;P&gt;So then don't start messing with preferences but rather modify the graph?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Variables(X(:weight), Y(:height), Overlay(:sex)),
	Elements(Points(X, Y, Legend(13)), Smoother(X, Y, Legend(14))),
	SendToReport(
		Dispatch({}, "Graph Builder", FrameBox,
			{Marker Selection Mode("Selected Larger")}
		)
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or send it as a message to graph builder&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Variables(X(:weight), Y(:height), Overlay(:sex)),
	Elements(Points(X, Y, Legend(13)), Smoother(X, Y, Legend(14)))
);

Report(gb)[FrameBox(1)] &amp;lt;&amp;lt; Marker Selection Mode("Selected Larger");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Most likely you could also use preset&lt;/P&gt;</description>
    <pubDate>Wed, 23 Apr 2025 14:42:44 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2025-04-23T14:42:44Z</dc:date>
    <item>
      <title>Modify the default Settings to make the selected graphic lines in the image generator thicker</title>
      <link>https://community.jmp.com/t5/Discussions/Modify-the-default-Settings-to-make-the-selected-graphic-lines/m-p/869612#M103236</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=Open("$SAMPLE_DATA/Big Class.jmp");
Graph Builder(
	Show Control Panel(0),
	Variables(X(:height), Y(:weight), Overlay(:sex)),
	Elements(Points(X, Y, Legend(1)), Smoother(X, Y, Legend(2))),
	SendToReport(
		Dispatch({}, "Graph Builder", FrameBox,
			{MarkerSize(2), Marker Drawing Mode("Normal")}
		)
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-04-23_10-27-38.png" style="width: 758px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75091iCA25E9D1E31C03B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-04-23_10-27-38.png" alt="2025-04-23_10-27-38.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 02:43:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Modify-the-default-Settings-to-make-the-selected-graphic-lines/m-p/869612#M103236</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-04-23T02:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the default Settings to make the selected graphic lines in the image generator thicker</title>
      <link>https://community.jmp.com/t5/Discussions/Modify-the-default-Settings-to-make-the-selected-graphic-lines/m-p/869639#M103240</link>
      <description>&lt;P&gt;I think the change you can do will affect selected markers also&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1745386225764.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75096i9E479F497744B9B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1745386225764.png" alt="jthi_0-1745386225764.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 05:30:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Modify-the-default-Settings-to-make-the-selected-graphic-lines/m-p/869639#M103240</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-04-23T05:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the default Settings to make the selected graphic lines in the image generator thicker</title>
      <link>https://community.jmp.com/t5/Discussions/Modify-the-default-Settings-to-make-the-selected-graphic-lines/m-p/869666#M103245</link>
      <description>&lt;P&gt;&lt;SPAN&gt;How to complete this setting with JSL?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank jthi !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Including the script for canceling such Settings.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 08:43:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Modify-the-default-Settings-to-make-the-selected-graphic-lines/m-p/869666#M103245</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-04-23T08:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the default Settings to make the selected graphic lines in the image generator thicker</title>
      <link>https://community.jmp.com/t5/Discussions/Modify-the-default-Settings-to-make-the-selected-graphic-lines/m-p/869743#M103261</link>
      <description>&lt;P&gt;I have to ask: why would you want to mess with preferences with JSL? It is very difficult to return them to original ones as there can be many issues where weird things happen and you won't be able to return them back -&amp;gt; used will be left with something which they do not want to have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/18.2/#page/jmp/utility-functions.shtml?os=win&amp;amp;source=application#ww2804469" target="_blank" rel="noopener"&gt;Set Preference()&lt;/A&gt; is the command you would use to change the preferences&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1745413672096.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75111iF9234462CEE9FD6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1745413672096.png" alt="jthi_0-1745413672096.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Show Preferences() and Get Preferences() can be helpful when you try to figure out which preference you want to set&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Get Preferences(Marker Selection Mode);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Apr 2025 13:09:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Modify-the-default-Settings-to-make-the-selected-graphic-lines/m-p/869743#M103261</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-04-23T13:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the default Settings to make the selected graphic lines in the image generator thicker</title>
      <link>https://community.jmp.com/t5/Discussions/Modify-the-default-Settings-to-make-the-selected-graphic-lines/m-p/869763#M103268</link>
      <description>&lt;P class="_tgt transPara grammarSection"&gt;&lt;SPAN class="transSent" data-group="0-0"&gt;I only need such a setting for one specified graphic, but not for the others&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="_tgt transPara grammarSection"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="_tgt transPara grammarSection"&gt;&lt;SPAN class="transSent" data-group="2-0"&gt;So there is a thought that when this graphic needs to be used, it can be controlled to be bolded through JSL, and after the graphic is used, it can be automatically set back to the normal state of not bolding through a script&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="_tgt transPara grammarSection"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="_tgt transPara grammarSection"&gt;&lt;SPAN class="transSent" data-group="2-0"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 14:16:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Modify-the-default-Settings-to-make-the-selected-graphic-lines/m-p/869763#M103268</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-04-23T14:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the default Settings to make the selected graphic lines in the image generator thicker</title>
      <link>https://community.jmp.com/t5/Discussions/Modify-the-default-Settings-to-make-the-selected-graphic-lines/m-p/869772#M103272</link>
      <description>&lt;P&gt;So then don't start messing with preferences but rather modify the graph?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Variables(X(:weight), Y(:height), Overlay(:sex)),
	Elements(Points(X, Y, Legend(13)), Smoother(X, Y, Legend(14))),
	SendToReport(
		Dispatch({}, "Graph Builder", FrameBox,
			{Marker Selection Mode("Selected Larger")}
		)
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or send it as a message to graph builder&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Variables(X(:weight), Y(:height), Overlay(:sex)),
	Elements(Points(X, Y, Legend(13)), Smoother(X, Y, Legend(14)))
);

Report(gb)[FrameBox(1)] &amp;lt;&amp;lt; Marker Selection Mode("Selected Larger");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Most likely you could also use preset&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 14:42:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Modify-the-default-Settings-to-make-the-selected-graphic-lines/m-p/869772#M103272</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-04-23T14:42:44Z</dc:date>
    </item>
  </channel>
</rss>

