I have a 2D Zero Matrix with a size of 1000 x 1000. I have a seperate 1D list of size 1000 X 1 including floating numbers which I want to populate inside the empty 2D array in any order.
Finally, after populating the empty 2D NumPy Array with information inside the 1D list, I want to plot the output using matplotlib function "imshow". Can you please help me out as to how shall I do it?
1.4m articles
1.4m replys
5 comments
57.0k users