Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix Plot Overlay Bug #688

Open
AlexRodis opened this issue Jun 6, 2022 · 0 comments
Open

Matrix Plot Overlay Bug #688

AlexRodis opened this issue Jun 6, 2022 · 0 comments

Comments

@AlexRodis
Copy link

  • 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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant