Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Create a Bubble Chart using Caxpy

Muthukrishnan edited this page Mar 14, 2016 · 1 revision

A bubble chart is a type of chart that displays three dimensions of data. Bubble charts can be considered a variation of the scatter plot, in which the data points are replaced with bubbles. As the documentation for Microsoft Office explains, "this type of chart can be used instead of a Scatter chart if your data has three data series, each of which contains a set of values"caxpy bubble

 

To create a Bar chart you need to have at least one text column and two number column.  The first number column depicts the actual value on the graph that the chart depicts and the other number column depicts the radius of the bubble.

bub1

 

Take for the above plot of columns. The Store Sales depicts the value on the plot  and that fact count will represent the size of the bubble. Its is not necessary to provide the second number column, in that case the bubble column will look like a scatter plot.

Lets take another example to understand how the bubble plotting works. Suppose I have a table of List of largest Internet companies, with their Market capital and their revenues. This data in our pivot would look like the table shown below.

bub2

When we convert this table data into Bubble it looks like this -

 

bub4

 

The same when converted into a scatter plot looks like this

bub5

 

Clone this wiki locally