VolMeshArtist.draw_vertices
- abstract VolMeshArtist.draw_vertices(vertices=None, color=None, text=None)[source]
Draw the vertices of the mesh.
- Parameters
vertices (list, optional) – The vertices to include in the drawing. Default is all vertices.
color (tuple or dict, optional) – The color of the vertices, as either a single color to be applied to all vertices, or a color dict, mapping specific vertices to specific colors.
text (dict, optional) – The text labels for the vertices as a text dict, mapping specific vertices to specific text labels.