- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
How do I get bubble size in bubble plot
Hi,
I had one bubble plot like below (pic1).
I am trying to enlarge the bubble to make a full cover to the rectangle (pic2).
Can JSL had some solutions to achieve 2 goals:
1. Automatically enlarge the bubble until it covers full rectangle
2. Get the radius value (it may be transformed by bubble size) when rectangle is fully covered
Thank you for your inputs and recommendations!
pic1:
pic2:
Thanks
Autumn
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How do I get bubble size in bubble plot
From your first graph, click on the red triangle and select Save Script=>To Script Window.
Then use the slider to change the Bubble Size to the size you want the bubbles to be.
Again, click on the red triangle and save the script to the Script Window. When you examine the 2 scripts, you will see what changed to make the bubbles large.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How do I get bubble size in bubble plot
From your first graph, click on the red triangle and select Save Script=>To Script Window.
Then use the slider to change the Bubble Size to the size you want the bubbles to be.
Again, click on the red triangle and save the script to the Script Window. When you examine the 2 scripts, you will see what changed to make the bubbles large.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How do I get bubble size in bubble plot
Thanks Jim for your help.