pasting numpy array into bigger array

TG girodt at gmail.com
Wed Jul 26 08:43:47 EDT 2006


Thanks, that's exactly what I needed.

Tim Heaney wrote:
> You can use Python slice notation for each dimension
> 
>   y[1:6,1:6] = x
>




More information about the Python-list mailing list