This article describes how to create a bubble chart with or without labels:
Requirements
You will need:
- A data set.
Method 1 - Default bubble chart
- Select Create > Charts > Visualization > Bubble > Bubble.
- From the object inspector, go to Inputs > DATA SOURCE and select either an existing output (such as a table or R output), or select the variables to represent the X coordinates and Y coordinates. Note: these variables should be numeric in structure.
- Select the variable(s) to represent Labels, Sizes, and/or Colors for your bubbles.
- Click Calculate.
Method 2 - Labeled bubble chart
- Select Create > Charts > Visualization > Bubble > Labeled Bubble.
- From the object inspector, go to Inputs > DATA SOURCE and select either an existing output (such as a table or R output), or select the variables to represent the X coordinates and Y coordinates. Note: these variables should be numeric in structure.
- Select the variable(s) to represent Labels, Sizes, and/or Colors for your bubbles.
- Click Calculate.
Next
How to Create a Scatterplot in Q