<?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 Marker size is not work for all the chart in graph builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Marker-size-is-not-work-for-all-the-chart-in-graph-builder/m-p/641084#M83831</link>
    <description>&lt;P&gt;I build a script as below:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;STHI TRB SEC = Graph Builder(

	Size( 1733, 995 ),
	Show Control Panel( 0 ),
	Variables( X( :device_start_1 ), Y( :cell_id ), Group X( :mapsec ), Overlay( :Track ), Color( :Track ) ), 

	Elements( Points( X, Y, Legend( 4 ), Jitter( "Random Uniform" ), Jitter Limit( 0 ) ) ), 

	SendToReport(

		Dispatch(
			{},
			"device_start_1",
			ScaleBox,
			{Min( (Today()) - 43200 ), Max( (Today()) ), Interval( "Hour" ), Inc( 1 ), Minor Ticks( 0 ),
			Label Row( {Label Orientation( "Angled" ), Major Grid Line Color( 1 ), Show Major Grid( 1 )} )}
		), 

		Dispatch(
			{},
			"cell_id",
			ScaleBox,
			{Label Row( {Show Major Grid( 1 ), Tick Mark Style( "Interval Tray" )} )}
		), 

		Dispatch(
			{},
			"400",
			ScaleBox,
			{Legend Model(
				4,
				Properties(
					0,
					{Line Color( 41 ), Marker( "FilledSquare" ), Marker Size( 39 )},
					Item ID( "Idle", 1 )
				), 

				Properties(
					1,
					{Marker( "FilledSquare" ), Marker Size( 39 )},
					Item ID( "Testing with Fail result", 1 )
				), 

				Properties(
					2,
					{Marker( "FilledSquare" ), Marker Size( 39 )},
					Item ID( "Testing with Pass result", 1 )
				)
			)}
		), 

		Dispatch( {}, "graph title", TextEditBox, {Set Text( "SEC Performance" )} ), 

		Dispatch( {}, "X title", TextEditBox, {Set Text( "Time" )} ), 

		Dispatch( {}, "Y title", TextEditBox, {Set Text( "Cell" )} )

	)

);

STHI TRB SEC &amp;lt;&amp;lt; save picture( "STHITRBSEC.png", png );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After that, I run this script auto but the result of the graph is not as expected. The &lt;STRONG&gt;MARKER SIZE&lt;/STRONG&gt;&amp;nbsp;is not work for all the graph as picture below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HSN_0-1686482962608.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53677iE5F480CBDDF66B05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HSN_0-1686482962608.png" alt="HSN_0-1686482962608.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This graph got a small line when I set marker size at 39&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HSN_1-1686483017613.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53678i6A88DA78123509E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HSN_1-1686483017613.png" alt="HSN_1-1686483017613.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This graph is set marker size at 39 too but the line is bigger.&lt;/P&gt;
&lt;P&gt;Please help me remove this bug.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 12:28:48 GMT</pubDate>
    <dc:creator>HSN</dc:creator>
    <dc:date>2023-06-11T12:28:48Z</dc:date>
    <item>
      <title>Marker size is not work for all the chart in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Marker-size-is-not-work-for-all-the-chart-in-graph-builder/m-p/641084#M83831</link>
      <description>&lt;P&gt;I build a script as below:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;STHI TRB SEC = Graph Builder(

	Size( 1733, 995 ),
	Show Control Panel( 0 ),
	Variables( X( :device_start_1 ), Y( :cell_id ), Group X( :mapsec ), Overlay( :Track ), Color( :Track ) ), 

	Elements( Points( X, Y, Legend( 4 ), Jitter( "Random Uniform" ), Jitter Limit( 0 ) ) ), 

	SendToReport(

		Dispatch(
			{},
			"device_start_1",
			ScaleBox,
			{Min( (Today()) - 43200 ), Max( (Today()) ), Interval( "Hour" ), Inc( 1 ), Minor Ticks( 0 ),
			Label Row( {Label Orientation( "Angled" ), Major Grid Line Color( 1 ), Show Major Grid( 1 )} )}
		), 

		Dispatch(
			{},
			"cell_id",
			ScaleBox,
			{Label Row( {Show Major Grid( 1 ), Tick Mark Style( "Interval Tray" )} )}
		), 

		Dispatch(
			{},
			"400",
			ScaleBox,
			{Legend Model(
				4,
				Properties(
					0,
					{Line Color( 41 ), Marker( "FilledSquare" ), Marker Size( 39 )},
					Item ID( "Idle", 1 )
				), 

				Properties(
					1,
					{Marker( "FilledSquare" ), Marker Size( 39 )},
					Item ID( "Testing with Fail result", 1 )
				), 

				Properties(
					2,
					{Marker( "FilledSquare" ), Marker Size( 39 )},
					Item ID( "Testing with Pass result", 1 )
				)
			)}
		), 

		Dispatch( {}, "graph title", TextEditBox, {Set Text( "SEC Performance" )} ), 

		Dispatch( {}, "X title", TextEditBox, {Set Text( "Time" )} ), 

		Dispatch( {}, "Y title", TextEditBox, {Set Text( "Cell" )} )

	)

);

STHI TRB SEC &amp;lt;&amp;lt; save picture( "STHITRBSEC.png", png );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After that, I run this script auto but the result of the graph is not as expected. The &lt;STRONG&gt;MARKER SIZE&lt;/STRONG&gt;&amp;nbsp;is not work for all the graph as picture below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HSN_0-1686482962608.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53677iE5F480CBDDF66B05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HSN_0-1686482962608.png" alt="HSN_0-1686482962608.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This graph got a small line when I set marker size at 39&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HSN_1-1686483017613.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53678i6A88DA78123509E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HSN_1-1686483017613.png" alt="HSN_1-1686483017613.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This graph is set marker size at 39 too but the line is bigger.&lt;/P&gt;
&lt;P&gt;Please help me remove this bug.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 12:28:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Marker-size-is-not-work-for-all-the-chart-in-graph-builder/m-p/641084#M83831</guid>
      <dc:creator>HSN</dc:creator>
      <dc:date>2023-06-11T12:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Marker size is not work for all the chart in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Marker-size-is-not-work-for-all-the-chart-in-graph-builder/m-p/641175#M83835</link>
      <description>&lt;P&gt;Can you post some sample data with the same columns?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 15:24:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Marker-size-is-not-work-for-all-the-chart-in-graph-builder/m-p/641175#M83835</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2023-06-11T15:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Marker size is not work for all the chart in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Marker-size-is-not-work-for-all-the-chart-in-graph-builder/m-p/641182#M83837</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/48275"&gt;@HSN&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;This graph got a &lt;EM&gt;&lt;STRONG&gt;small line&lt;/STRONG&gt; &lt;/EM&gt;when I set marker size at 39&lt;/P&gt;&lt;P&gt;This graph is set marker size at 39 too but the &lt;STRONG&gt;&lt;EM&gt;line is bigger&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What is the difference between the two plots - different data sets?&lt;BR /&gt;&lt;BR /&gt;As you are using "points" to plot the "lines" ...&lt;BR /&gt;with marker size = 39 there could be some overlap between pass &amp;amp; fail data points - so, individual &lt;EM&gt;&lt;STRONG&gt;fails&lt;/STRONG&gt; &lt;/EM&gt;could be hard to see.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;An alternative approach is to use the Heatmap option instead of Points:&lt;BR /&gt;&lt;LI-MESSAGE title="Plot time dependent nominal character data with graph builder" uid="580397" url="https://community.jmp.com/t5/Discussions/Plot-time-dependent-nominal-character-data-with-graph-builder/m-p/580397#U580397" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1686500305054.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53683iB0237486AFE87A11/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1686500305054.png" alt="hogi_0-1686500305054.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;either with cell_id on the Y axis:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Variables(
		X( :device_start_1 ),
		Y( :cell_id ),
		Group X( :mapsec ),
		Color( :Track )
	),
	Elements( Heatmap( X, Y, Legend( 12 ) ) )
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;or a bit more complex - to clearly separate pass &amp;amp; fail regions:&lt;BR /&gt;with cell_id as Group_Y and with Track on the Y axis&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Variables(
		X( :device_start_1 ),
		Y( :Track ),
		Group X( :mapsec ),
		Group Y( :cell_id ),
		Color( :Track )
	),
	Elements( Heatmap( X, Y, Legend( 12 ) ) )
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/Plot-time-dependent-nominal-character-data-with-graph-builder/m-p/582394/highlight/true#M78892&amp;nbsp;" target="_self"&gt;Heatmap has also some disadvantage - when you want to rescale the time axis ...&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 13:01:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Marker-size-is-not-work-for-all-the-chart-in-graph-builder/m-p/641182#M83837</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-27T13:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Marker size is not work for all the chart in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Marker-size-is-not-work-for-all-the-chart-in-graph-builder/m-p/641246#M83838</link>
      <description>&lt;P&gt;The sample data is in attachment&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 02:13:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Marker-size-is-not-work-for-all-the-chart-in-graph-builder/m-p/641246#M83838</guid>
      <dc:creator>HSN</dc:creator>
      <dc:date>2023-06-12T02:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Marker size is not work for all the chart in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Marker-size-is-not-work-for-all-the-chart-in-graph-builder/m-p/641247#M83839</link>
      <description>&lt;P&gt;Thank you for your proposal. I still want to understand why 1 code for 2 data can create different size of line. As I expected, all the line should be same size (all big or all small).&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 02:16:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Marker-size-is-not-work-for-all-the-chart-in-graph-builder/m-p/641247#M83839</guid>
      <dc:creator>HSN</dc:creator>
      <dc:date>2023-06-12T02:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Marker size is not work for all the chart in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Marker-size-is-not-work-for-all-the-chart-in-graph-builder/m-p/653523#M84294</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;I don't know why this bug was happened but I found the solution for this case by modifying the code as below:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Dispatch({},"400",ScaleBox,{Legend Model(4,Properties(0,{Line Color( 41 ), Marker( "FilledSquare" ), Marker Size( 39 )},Item ID( "Idle", 1 )),&lt;BR /&gt;Properties(1,{Line Color( -3452237 ), Marker( "FilledSquare" ), Marker Size( 39&lt;FONT color="#00FF00"&gt;&lt;EM&gt;&lt;STRONG&gt;.000001&lt;/STRONG&gt;&lt;/EM&gt; &lt;/FONT&gt;)},Item ID( "Testing", 1 )))}),&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;By modifying size at tab Testing from 39 to&amp;nbsp;39&lt;FONT color="#FFFF00"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#00FF00"&gt;.000001&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;FONT color="#00FF00"&gt;&lt;FONT color="#000000"&gt;this code is worked as normal. If you guys faced this issue, this method could be used.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 03:22:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Marker-size-is-not-work-for-all-the-chart-in-graph-builder/m-p/653523#M84294</guid>
      <dc:creator>HSN</dc:creator>
      <dc:date>2023-06-28T03:22:18Z</dc:date>
    </item>
  </channel>
</rss>

