|
From: Pedro M. <ped...@gm...> - 2014-02-06 00:58:00
|
I don't know how to separately plot the quadrilaterals after plotting each of them in a closed loop eg nodes 1,2,3,4,1 the next quad is 3,2,5,6,3 say. I use a return to 1,0.0,3 and continue the curve numpy curve X,Y,Z as per the example tutorials. I tried inserting a None in between the quads, but this raises a python error. Please advise me on how to plot my quads without having to trace a sequence of previously plotted sides, eg 1,2,3 then the second quad. Thanks, Pedro |