<?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: Bubble Plot Display in JMP in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/892709#M105383</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/25662"&gt;@madhu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You just need to change your first line to:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;bp = Bubble Plot(&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;"bp" is the variable name for the Bubble Plot that is used further down in the script.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scott_allen_0-1754493715221.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/79751iBFDE0D2292A975A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="scott_allen_0-1754493715221.png" alt="scott_allen_0-1754493715221.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Aug 2025 15:23:31 GMT</pubDate>
    <dc:creator>scott_allen</dc:creator>
    <dc:date>2025-08-06T15:23:31Z</dc:date>
    <item>
      <title>Bubble Plot Display in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/891421#M105279</link>
      <description>&lt;P&gt;&lt;!--StartFragment --&gt;&lt;/P&gt;
&lt;P&gt;Following the example in the JMP library using the “Katrina Data,” I created a new dataset for a hypothetical hurricane (&lt;EM&gt;Hurricane_Hypo_1&lt;/EM&gt;) and generated a corresponding Bubble Plot.&lt;/P&gt;
&lt;P&gt;However, I’ve encountered two issues:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Path Display&lt;/STRONG&gt;: In my plot, only a single moving bubble is shown without a tail indicating its trajectory. I suspect this may be related to the animation or display settings, but I haven’t been able to resolve it.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Stationary Reference Points&lt;/STRONG&gt;: I would like to display four fixed coordinate points, i.e., (-40, 5), (-50, 10), (-60, 15), and (-70, 20), on the map while the bubble moves. These represent installations, and I intend to visually compare their proximity to the hurricane’s path.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Any guidance or suggestions on how to address these two visualisation issues would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;&lt;!--EndFragment --&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 18:09:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/891421#M105279</guid>
      <dc:creator>madhu</dc:creator>
      <dc:date>2025-07-31T18:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Plot Display in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/891434#M105280</link>
      <description>&lt;P&gt;There is trail lines in red triangle menu&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1753985667771.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/79326iE47DFEE623AF0034/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1753985667771.png" alt="jthi_0-1753985667771.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can add those with graphic script or with annotate tool&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1753986084371.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/79327i5E7B0F244D3CB5EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1753986084371.png" alt="jthi_1-1753986084371.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Marker Size(5);
Marker([-40, -50, -60, -70], [5, 10, 15, 20])&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1753986111972.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/79328iB1BC63D0CE7E3279/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1753986111972.png" alt="jthi_2-1753986111972.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 18:22:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/891434#M105280</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-07-31T18:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Plot Display in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/891805#M105292</link>
      <description>&lt;P&gt;Thank you, Jarmo, for your assistance. I've marked the hurricane path and identified three key infrastructures on the map using the annotate tool. However, I'm uncertain about how to script these elements using graphic script (please see the attachment).&lt;/P&gt;
&lt;P&gt;I came across the following link, but I'm unsure how to access the "Customize Graph" option in order to add the marker script.&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.0/?os=win&amp;amp;source=application#page/jmp/create-shapes-for-a-bubble-plot.shtml#" target="_blank"&gt;Create Shapes for a Bubble Plot&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/18.0/?os=win&amp;amp;source=application#page/jmp/create-shapes-for-a-bubble-plot.shtml#" target="_blank"&gt;https://www.jmp.com/support/help/en/18.0/?os=win&amp;amp;source=application#page/jmp/create-shapes-for-a-bubble-plot.shtml#&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 12:42:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/891805#M105292</guid>
      <dc:creator>madhu</dc:creator>
      <dc:date>2025-08-01T12:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Plot Display in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/892004#M105296</link>
      <description>&lt;P&gt;Right click on the graph, select Customize, press "+" and then you can add new graphic script. This isn't anything specific to bubble plot and works in all of the graphs in JMP.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1754111548098.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/79489i07008DD270581972/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1754111548098.png" alt="jthi_0-1754111548098.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1754111558977.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/79490iC1C2CC5C025D7A79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1754111558977.png" alt="jthi_1-1754111558977.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Aug 2025 05:13:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/892004#M105296</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-08-02T05:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Plot Display in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/892225#M105321</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/25662"&gt;@madhu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can add the custom graphics (markers, text, lines, etc.) using JSL by using the command &amp;lt;&amp;lt; add graphics script. The scripting index has many examples on the possibilities.&lt;/P&gt;
&lt;P&gt;I updated your original script with Jarmo's suggestion. I think you should be able to modify this to your specific script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scott_allen_1-1754324314953.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/79583iAAC6ADB2171E4186/image-size/medium?v=v2&amp;amp;px=400" role="button" title="scott_allen_1-1754324314953.png" alt="scott_allen_1-1754324314953.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// assign the bubble plot to a variable&lt;BR /&gt;bp = Bubble Plot(
	X( :LON ),
	Y( :LAT ),
	Sizes( :WIND ),
	Time( :Date ),
	Coloring( :STAT ),
	Title Position( -73.86, 8.76 ),
	SendToReport(
		Dispatch( {}, "LON", ScaleBox,
			{Format( "Best", 9 ), Min( -81 ), Max( -39 ), Inc( 10 ),
			Minor Ticks( 1 )}
		),
		Dispatch( {}, "LAT", ScaleBox,
			{Scale( "Geodesic" ), Format( "Best", 9 ), Min( 2.25 ), Max( 33.75 ),
			Inc( 5 ), Minor Ticks( 0 )}
		),
		Dispatch( {}, "Bubble Plot", FrameBox,
			{Background Color( 73 ), Background Map(
				Images( "Simple Earth" ),
				Boundaries( "World" )
			)}
		)
	)
);
&lt;BR /&gt;// find the framebox in the bubble plot for the graphics script
fb = report( bp )[framebox(1)];
&lt;BR /&gt;// add the custom script
fb &amp;lt;&amp;lt; add graphics script(
	Marker Size(5);
	Marker([-40, -50, -60, -70], [5, 10, 15, 20]);
	
	text( 
		{-40, 5}, "Station 1", 
		{-50, 10}, "Station 2", 
		{-60, 15}, "Station 3", 
		{-70, 20}, "Station 4", 	
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;You will now notice that this graphics script is saved to the graph when you right click &amp;gt;&amp;gt; Customize...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scott_allen_2-1754324552923.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/79584iBF8708ED7A6A6CED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="scott_allen_2-1754324552923.png" alt="scott_allen_2-1754324552923.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 16:23:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/892225#M105321</guid>
      <dc:creator>scott_allen</dc:creator>
      <dc:date>2025-08-04T16:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Plot Display in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/892498#M105350</link>
      <description>&lt;P&gt;&lt;!--StartFragment --&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi Scott,&lt;/P&gt;
&lt;P&gt;Thank you for your note. I followed the steps you outlined, but used different stations (with updated coordinates and names) when running the script. Unfortunately, it's not working as expected. Please see the attached file for reference.&lt;/P&gt;
&lt;P&gt;Could you kindly review and let me know where I may have gone wrong?&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Madhu&lt;/P&gt;
&lt;P&gt;&lt;!--EndFragment --&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 17:07:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/892498#M105350</guid>
      <dc:creator>madhu</dc:creator>
      <dc:date>2025-08-05T17:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Plot Display in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/892499#M105351</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Bubble Plot(
	X( :LON ),
	Y( :LAT ),
	Sizes( :WIND ),
	Time( :Date ),
	Coloring( :STAT ),
	Bubble Size( 19.8 ),
	Time Index( 31.4000000000002 ),
	Trail Bubbles( "All" ),
	Trail Lines( "All" ),
	Title Position( -73.1193700214385, 8.11202650369562 ),
	SendToReport(
		Dispatch( {}, "LON", ScaleBox,
			{Format( "Best", 9 ), Min( -80 ), Max( -39.5257060084616 ), Inc( 10 ),
			Minor Ticks( 1 )}
		),
		Dispatch( {}, "LAT", ScaleBox,
			{Scale( "Geodesic" ), Format( "Best", 9 ), Min( 2.02558252288183 ),
			Max( 32.3813030165356 ), Inc( 5 ), Minor Ticks( 0 )}
		),
		Dispatch( {}, "Bubble Plot", FrameBox,
			{Background Map( Images( "Simple Earth" ), Boundaries( "World" ) )}
		)
	)
);
// find the framebox in the bubble plot for the graphics script
fb = report( bp )[framebox(1)];
// add the custom script
fb &amp;lt;&amp;lt; add graphics script(
	Marker Size(5);
	Marker([-55, 62, -68], [15, 19, 22]);
	
	text( 
		{-55, 15}, "Offshore Oil Platform", 
		{-62, 19}, "Floating LNG Terminal",
		{-68, 22}, "Coastal Wind Farm", 			
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Aug 2025 17:08:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/892499#M105351</guid>
      <dc:creator>madhu</dc:creator>
      <dc:date>2025-08-05T17:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Plot Display in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/892709#M105383</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/25662"&gt;@madhu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You just need to change your first line to:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;bp = Bubble Plot(&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;"bp" is the variable name for the Bubble Plot that is used further down in the script.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scott_allen_0-1754493715221.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/79751iBFDE0D2292A975A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="scott_allen_0-1754493715221.png" alt="scott_allen_0-1754493715221.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 15:23:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/892709#M105383</guid>
      <dc:creator>scott_allen</dc:creator>
      <dc:date>2025-08-06T15:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Plot Display in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/892745#M105385</link>
      <description>&lt;P&gt;This now works fine. Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 17:25:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bubble-Plot-Display-in-JMP/m-p/892745#M105385</guid>
      <dc:creator>madhu</dc:creator>
      <dc:date>2025-08-06T17:25:42Z</dc:date>
    </item>
  </channel>
</rss>

