show/hide this revision's text 2 improved formatting

I propose:

 numpy.resize(my_ar, (3,3)).transpose()

You can of course adapt the shape (my_ar.shape[0],my_arr.shape[0])my_ar.shape[0],)*2 or whatever

show/hide this revision's text 1

I propose: numpy.resize(my_ar, (3,3)).transpose()

You can of course adapt the shape (my_ar.shape[0],my_arr.shape[0]) or whatever