Chart which shows frequency of each pair

rkc444

New Member
Joined
May 3, 2018
Messages
2
I have a data set, part of which looks as follows:

[TABLE="width: 128"]
<colgroup><col span="2" style="text-align: center;"></colgroup><tbody>[TR]
[TD="align: center"]X-axis[/TD]
[TD="align: center"]Y-axis[/TD]
[/TR]
[TR]
[TD="align: center"]50[/TD]
[TD="align: center"]50[/TD]
[/TR]
[TR]
[TD="align: center"]50[/TD]
[TD="align: center"]100[/TD]
[/TR]
[TR]
[TD="align: center"]50[/TD]
[TD="align: center"]100[/TD]
[/TR]
[TR]
[TD="align: center"]100[/TD]
[TD="align: center"]50[/TD]
[/TR]
[TR]
[TD="align: center"]100[/TD]
[TD="align: center"]100[/TD]
[/TR]
[TR]
[TD="align: center"]250[/TD]
[TD="align: center"]100[/TD]
[/TR]
[TR]
[TD="align: center"]250[/TD]
[TD="align: center"]250[/TD]
[/TR]
[TR]
[TD="align: center"]250[/TD]
[TD="align: center"]250[/TD]
[/TR]
[TR]
[TD="align: center"]500[/TD]
[TD="align: center"]100
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 128"]
<tbody>[TR]
[TD="align: center"]500[/TD]
[TD="align: center"]250[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 128"]
<tbody>[TR]
[TD="align: center"]...[/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]

Because I am plotting data which is in bins or buckets, both the X and Y values can be any of the following: 50, 100, 250, 500, 750, 1000, 2500, 5000, 10000

I would like to create a scatter plot which will show my data, with some way of knowing the frequency of each pair. So they can either be dots which are larger base on frequency, or with the actual number (frequency) displayed next to the dot. I am really struggling with how to do this.

I have created another table with a 3rd column which contains the frequency, as follows:

[TABLE="width: 144"]
<colgroup><col width="64" span="3" style="width: 48pt; text-align: center;"> </colgroup><tbody>[TR]
[TD="class: xl71, width: 64, align: center"]X-axis[/TD]
[TD="class: xl72, width: 64, align: center"]Y-axis[/TD]
[TD="width: 64, align: center"]Frequency[/TD]
[/TR]
[TR]
[TD="class: xl70, width: 64, align: center"]50[/TD]
[TD="class: xl70, width: 64, align: center"]50[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD="class: xl69, width: 64, align: center"]50[/TD]
[TD="class: xl69, width: 64, align: center"]100[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD="class: xl69, width: 64, align: center"]50[/TD]
[TD="class: xl69, width: 64, align: center"]100[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD="class: xl69, width: 64, align: center"]100[/TD]
[TD="class: xl69, width: 64, align: center"]50[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD="class: xl69, width: 64, align: center"]100[/TD]
[TD="class: xl69, width: 64, align: center"]100[/TD]
[TD="align: center"]3[/TD]
[/TR]
[TR]
[TD="class: xl69, width: 64, align: center"]100[/TD]
[TD="class: xl69, width: 64, align: center"]100[/TD]
[TD="align: center"]3[/TD]
[/TR]
[TR]
[TD="class: xl69, width: 64, align: center"]100[/TD]
[TD="class: xl69, width: 64, align: center"]100[/TD]
[TD="align: center"]3[/TD]
[/TR]
[TR]
[TD="class: xl69, width: 64, align: center"]250[/TD]
[TD="class: xl69, width: 64, align: center"]250[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD="class: xl69, width: 64, align: center"]250[/TD]
[TD="class: xl69, width: 64, align: center"]250[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD="class: xl69, width: 64, align: center"]500[/TD]
[TD="class: xl69, width: 64, align: center"]250[/TD]
[TD="align: center"]1[/TD]
[/TR]
</tbody>[/TABLE]
****** id="cke_pastebin" style="position: absolute; top: 184px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="width: 128"]
<tbody>[TR]
[TD="align: center"]500[/TD]
[TD="align: center"]250[/TD]
[/TR]
</tbody>[/TABLE]
</body> ...

Does anybody have a good way of doing this? I would appreciate it. Thanks in advance.
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
I clearly should have previewed before posting. Sorry about the line below the 2nd table. Not sure what happened there.
 
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,772
Members
452,353
Latest member
strainu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top