<?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: Can I change style of smoother line? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Can-I-change-style-of-smoother-line/m-p/316937#M56833</link>
    <description>&lt;P&gt;I don't know about your script, but if you select the line in Graph Builder and right click on it, you get the option to Customize... select this and you will get the option to change line styles.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-10-05 at 9.23.50 AM.jpg" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/27164iD5FA8BE8EF4F8632/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-10-05 at 9.23.50 AM.jpg" alt="Screen Shot 2020-10-05 at 9.23.50 AM.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 05 Oct 2020 15:24:23 GMT</pubDate>
    <dc:creator>statman</dc:creator>
    <dc:date>2020-10-05T15:24:23Z</dc:date>
    <item>
      <title>Can I change style of smoother line?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-I-change-style-of-smoother-line/m-p/316870#M56830</link>
      <description>&lt;P&gt;I made a Graph with a Graph builder&amp;nbsp;and I would like to adjust the line type of all three lines created with a smoother to "dashed" style.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 391px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/27160iE469E6FE0E144296/image-dimensions/391x326?v=v2" width="391" height="326" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible by editing the script somehow?&lt;/P&gt;&lt;P&gt;I thought I could simply add a linestyle command somewhere, but cannot figure out where.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 567, 456 ),
	Show Control Panel( 0 ),
	Variables(
		X( :Time to reach aeration ),
		Y( :Aeration Target ),
		Group Y( :Type filter ),
		Overlay( :Rating )
	),
	Elements(
		Points( X, Y, Legend( 16 ) ),
		Smoother( X, Y, Legend( 19 ), Lambda( 0.0025 ))
	),
	SendToReport(
		Dispatch(
			{},
			"Aeration Target",
			ScaleBox,
			{Scale( "Log" ), Format( "Best", 6 ), Min( 0.1 ),
			Max( 6.30568784413151 ), Inc( 1 ), Minor Ticks( 1 ),
			Label Row( {Show Major Grid( 1 ), Show Minor Grid( 1 )} )}
		),
		Dispatch(
			{},
			"400",
			ScaleBox,
			{Legend Model(
				16,
				Base( 0, 0, 0, Item ID( "H13", 1 ) ),
				Base( 1, 0, 0, Item ID( "H14", 1 ) ),
				Base( 2, 0, 0, Item ID( "NA", 1 ) )
			)}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:39:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-I-change-style-of-smoother-line/m-p/316870#M56830</guid>
      <dc:creator>MartinNovak</dc:creator>
      <dc:date>2023-06-09T23:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can I change style of smoother line?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-I-change-style-of-smoother-line/m-p/316937#M56833</link>
      <description>&lt;P&gt;I don't know about your script, but if you select the line in Graph Builder and right click on it, you get the option to Customize... select this and you will get the option to change line styles.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-10-05 at 9.23.50 AM.jpg" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/27164iD5FA8BE8EF4F8632/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-10-05 at 9.23.50 AM.jpg" alt="Screen Shot 2020-10-05 at 9.23.50 AM.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 15:24:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-I-change-style-of-smoother-line/m-p/316937#M56833</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2020-10-05T15:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can I change style of smoother line?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-I-change-style-of-smoother-line/m-p/317154#M56846</link>
      <description>&lt;P&gt;there is script for that, please see below&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 528, 448 ),
	Show Control Panel( 0 ),
	Graph Spacing( 3 ),
	Variables( X( :SimulatorDate ), Y( :BinPct ), Overlay( :Plant ) ),
	Elements( Points( X, Y, Legend( 3 ) ), Smoother( X, Y, Legend( 4 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"400",
			ScaleBox,
			{Legend Model(
				4,
				Properties(
					1,
					{Line Style( "Dashed" ), Fill Color( 0 )},
					Item ID( "DMT1", 1 )
				)
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Oct 2020 00:02:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-I-change-style-of-smoother-line/m-p/317154#M56846</guid>
      <dc:creator>ThuongLe</dc:creator>
      <dc:date>2020-10-06T00:02:14Z</dc:date>
    </item>
  </channel>
</rss>

