Bubble Scatter Plot
I want to make a bubble chart by by defining
i = 1 to 32
j = 1 to 32
so that 32 x 32 = 1024 points are generated
like as follows
(1,1), (1,2) , ... , (1,32)
(2,1), (2,2) , ... , (2,32)
.
.
.
(32,1), (32,2) , ... , (32,32)
the final output needed is


