MeshPlotter.draw_vertices
-
MeshPlotter.
draw_vertices
(keys=None, radius=None, text=None, facecolor=None, edgecolor=None, edgewidth=None, textcolor=None, fontsize=None, picker=None)[source] Draws the mesh vertices.
- Parameters
keys (list) – The keys of the vertices to plot.
radius ({float, dict}) – A list of radii for the vertices.
text ({{‘index’, ‘key’}, str, dict}) – Strings to be displayed on the vertices.
facecolor ({color, dict}) – Color for the vertex circle fill.
edgecolor ({color, dict}) – Color for the vertex circle edge.
edgewidth ({float, dict}) – Width for the vertex circle edge.
textcolor ({color, dict}) – Color for the text to be displayed on the vertices.
fontsize ({int, dict}) – Font size for the text to be displayed on the vertices.
- Returns
object – The matplotlib vertex collection object.