From: Alan G I. <ai...@am...> - 2004-09-08 20:36:53
|
On Wed, 08 Sep 2004, Darren Dale apparently wrote: > from matplotlib.matlab import * > figure(3) > [plot(a,i) for i in [b,c]] > #equivalent to: > figure(4) > for i in [b,c]: > plot(a,i) These two examples suggest that one ought to be able to input 2D arrays for plotting against a 1D array. (As in, e.g., GAUSS's xy() command.) fwiw, Alan Isaac |