Ask Your Question

Revision history [back]

Trying the various marker shapes described in the

it seems that vertex_shape='_' and vertex_shape='|' work well:

sage: P.show(vertex_color='white', vertex_shape='_')
sage: P.show(vertex_color='white', vertex_shape='|')

in that (for me at least) they result in what could be expected from vertex_shape='None'.