Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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