|
From: Robert K. <rob...@gm...> - 2006-02-23 20:43:45
|
Vidar Gundersen wrote: > and i also wonder why concatenate can't be used to stack 1-d > arrays on top of each other, returning a 2-d array? Use vstack() for that. Also note its companions, hstack() and column_stack(). -- Robert Kern rob...@gm... "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter |