I have two matrices Tri
and V
for faces (Nx3) and vertices (Mx3) of polygons that I want to plot. Is there any matplotlib (or any alternative) way to do that? Something similar to Matlab command
patch('faces',Tri,'vertices',V,'facecolor',
'flat','edgecolor','none','facealpha',1)