Skip to content

Matrix Plot Overlay Bug #688

@AlexRodis

Description

@AlexRodis
  • nxviz version: 0.3.7
  • Python version: 3.10.4
  • Operating System: Linux Mint 20.3

Description

When drawing a matrix plot there seems to be a strange overlay over the actual edges. This makes it hard to see the underlying colors
Expected
er_matrix

Actual output:
Figure 1(12)

What I Did

I've tried to alter the color map and set args such as edge_color but this seems to change the underlying colors, without resolving the issue. %matplotlib inline vs widget seem to give the same output.

nxviz.api.MatrixPlot(G_coarse,node_order = "group",node_grouping = "group",node_color = "group",edge_color = "r2")
nxviz.annotate.matrix_group(G_coarse,group_by = "group")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions