|
From: Paul H. <pmh...@gm...> - 2014-02-06 01:39:23
|
Not quite sure exactly what you need to do, but it sounds like separate calls to `plot` for each quadrilateral will do the trick. -paul On Wed, Feb 5, 2014 at 4:57 PM, Pedro Marcal <ped...@gm...> wrote: > 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 > > > ------------------------------------------------------------------------------ > Managing the Performance of Cloud-Based Applications > Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. > Read the Whitepaper. > > http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > |