cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
moniluci
Level I

I cannot see the label when I hover on the bubble

I build a bubble plot and the labels don't appear when I hover over the bubble. I was able to see and pin them before but I cannot see them now. Is there a special setting?

Thanks,

Monika

1 REPLY 1
jthi
Super User

Re: I cannot see the label when I hover on the bubble

You mean that this is missing?

jthi_0-1753767734998.png

 

If you run this script and hover over the bubble plot, is that still missing?

Names Default To Here(1);
dt = Open("$SAMPLE_DATA/PopAgeGroup.jmp");
obj = dt << Bubble Plot(X(:"Portion 0-19"n), Y(:"Portion60+"n), Sizes(:Pop), ID(:Country));

You can run the script by going to File > New > JSL Script. This will open new script window, then copy and paste that script there and press the Run icon. It should generate bubble plot for you

 

-Jarmo

Recommended Articles