From: Alan G I. <ala...@gm...> - 2010-02-07 17:55:01
|
Wayne Watson wrote: > The cumsum (summation) buffaloes me. That is just to create some artificial data, to illustrate. If you have the coordinates in a 2 by N array named `locs`, just use the last 2 lines. If you already have the coordinates separated into arrays x and y, just use the last line, i.e., plt.plot(x,y). Is that what you want? hth, Alan |