<?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 change the line width in Graph Builder? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-change-the-line-width-in-Graph-Builder/m-p/53127#M30072</link>
    <description>&lt;P&gt;Can you elaborate on what the problem is?&amp;nbsp; Are the smoother lines getting too narrow as the number of levels in the Overlay variable increases?&lt;/P&gt;</description>
    <pubDate>Wed, 14 Mar 2018 16:32:14 GMT</pubDate>
    <dc:creator>cwillden</dc:creator>
    <dc:date>2018-03-14T16:32:14Z</dc:date>
    <item>
      <title>How change the line width in Graph Builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-change-the-line-width-in-Graph-Builder/m-p/53107#M30062</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm making a graph builder script by manually plotting and saving the script in the data table. So far here is what I've got:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//User declares Bottom_Var, Left_Var, Top_Var, Right_Var, and Legend_Var
//Legend_Var is the cell grouping whose number may vary

Graph Builder(
	Size( 1173, 638 ),
	Show Control Panel( 0 ),
	Variables(
		X( Bottom_Var ),
		Y( Left_Var ),
		Group X( Top_Var ),
		Group Y( Right_Var),
		Overlay( Legend_Var )
	),
	Elements( Points( X, Y, Legend( 20 ) ), Smoother( X, Y, Legend( 21 ) ) ),
	SendToReport(
		Dispatch( {}, "Graph Builder", FrameBox, {Line Width Scale( 3 )} ),
		Dispatch( {}, "Graph Builder", FrameBox( 2 ), {Line Width Scale( 3 )} ),
		Dispatch( {}, "Graph Builder", FrameBox( 3 ), {Line Width Scale( 3 )} ),
		Dispatch( {}, "Graph Builder", FrameBox( 4 ), {Line Width Scale( 3 )} ),
		Dispatch( {}, "Graph Builder", FrameBox( 5 ), {Line Width Scale( 3 )} ),
		Dispatch( {}, "Graph Builder", FrameBox( 6 ), {Line Width Scale( 3 )} ),
		Dispatch( {}, "Graph Builder", FrameBox( 7 ), {Line Width Scale( 3 )} ),
		Dispatch( {}, "Graph Builder", FrameBox( 8 ), {Line Width Scale( 3 )} ),
		Dispatch( {}, "Graph Builder", FrameBox( 9 ), {Line Width Scale( 3 )} ),
		Dispatch( {}, "Graph Builder", FrameBox( 10 ), {Line Width Scale( 3 )} )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Now the problem with this script is that setting the line width is dependent on the number of cell groups. Is there a way to set the line width setting in more elegant way (like the Fit Y by X function)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shaira&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 07:12:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-change-the-line-width-in-Graph-Builder/m-p/53107#M30062</guid>
      <dc:creator>shaira</dc:creator>
      <dc:date>2018-03-14T07:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: How change the line width in Graph Builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-change-the-line-width-in-Graph-Builder/m-p/53127#M30072</link>
      <description>&lt;P&gt;Can you elaborate on what the problem is?&amp;nbsp; Are the smoother lines getting too narrow as the number of levels in the Overlay variable increases?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 16:32:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-change-the-line-width-in-Graph-Builder/m-p/53127#M30072</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-03-14T16:32:14Z</dc:date>
    </item>
  </channel>
</rss>

