Skip to content

Edges are drawn in front of vertices with Plotly backend #691

Closed
@szhorvat

Description

@szhorvat

Describe the bug

Edges are drawn in front of vertices with Plotly backend. There is a visible overlap.

To reproduce

import igraph as ig
ig.plot(ig.Graph.Ring(10), vertex_size=100, backend="plotly")
image

Version information

Current main.

Metadata

Metadata

Assignees

Labels

plottingIssues related to plotting graphs in igraph in generaltodoTriaged for implementation in some unspecified future version

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions