Skip to content

matplotlib backend does not support label_dist #478

Open
@szhorvat

Description

@szhorvat

The matplotlib backend should support label_dist.

Example:

ig.config['plotting.backend']='matplotlib'  # also try with cairo
g = ig.Graph.Formula('ho - cus - po - kus')
ig.plot(g, vertex_label=g.vs['name'], vertex_label_dist=2)

This should offset the vertex labels.

Metadata

Metadata

Assignees

Labels

wishlistFeature request that has not been chosen for implementation yet; vote or comment to prioritize it!

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions