2 Jan
2012
2 Jan
'12
6:05 p.m.
On 2 Jan 2012, at 19:47, Richard Gildea wrote:
I think that the following does more or less what you want:
flex.show(grid[1:2,:])
Currently the multidimensional slicing only accepts slices as all the arguments, not a mixture of slices and integers.
aha! I see that in June, you have implemented multidimensional slicing indeed. I hadn't noticed. Disregard my suggestion then, Jan, but my remark about copying versus proxying is still relevant. Luc