|
From: Anthony M. F. <Ant...@co...> - 2007-08-21 00:07:22
|
[snip] > Are you aware that the plot method can plot the columns of=20 > 2-D arrays?=20 > Any kwargs apply to all the lines. When plot does this, it=20 > makes a list of lines, not a line collection, so it is=20 > similar to looping over a set of single plot commands. There=20 > is no particular speed advantage, but it is nice and concise,=20 > if it yields what you actually want. Interesting! No, I wasn't aware. I'll need to think a bit if that fits better into the framework we have here. Thanks for the input. Anthony. |