cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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