The class 'tripcolor' in matplotlib gives a very powerful tool to create a contour-style plot for those 2D-triangles just like:
plt.tripcolor(x,y,triangles,vars,cmap='PuOr')
Though there are many types of defined colormaps for usage, but now I cannot find a proper method just for pure color filling for these triangles. Does anybody know how to do it? Thanks for telling me.