Helper Module for Deep Learning.
Module that provides utility functions to display surfaces.
-
pynet.plotting.surface.plot_trisurf(fig, ax, vertices, triangles, texture=None, vmin=None, vmax=None)[source]ΒΆ Display a tri surface.
- Parameters
fig: Figure
the matplotlib figure.
ax: Axes3D
axis to display the surface plot.
vertices: array (N, 3)
the surface vertices.
triangles: array (N, 3)
the surface triangles.
texture: array (N,), default None
a texture to display on the surface.
vmin: float, default None
minimum value to map.
vmax: float, default None
maximum value to map.
Follow us
© 2019, pynet developers .
Inspired by AZMIND template.
Inspired by AZMIND template.