Tri-Surface Plot in Python using Matplotlib

preview_player
Показать описание
Tri-Surface Plot in Python using Matplotlib
Some of the attributes of the function are listed below:
Attribute Parameter
X, Y, Z dataset as 1D array to be plotted
colors color of the surface patches
cmap color map to set the color of surface patches
norm parameter to normalize map values of colors
vmin minimum value of map
vamx maximum value of map
shade attribute to shade the facecolors
Рекомендации по теме
Комментарии
Автор

Do you know how to color the surface as another variable? I got the color value of each vertex and I want to color the faces

SonOfSubmariner