question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

edge_color and Node_size not changing with keys

See original GitHub issue
  • nxviz version: 0.3.5
  • Python version:3.6.3
  • Operating System: Windows-7

Description

I was trying to pass attribute keys for costuming node_size and edge_color. However, don’t see any changes in the in the plot neither received an error or exception.

What I Did

c_sol_set = nv.CircosPlot(ticket_graph,
    node_color='Resolution_Set_Name', 
    node_grouping = 'Resolution_Set_Name',
    node_order = 'dc',
    node_size = 'dc',
    edge_color='Ticket_Log_Parse.Active_Org',
    node_labels=True,figsize = (15,15) )

c_sol_set.draw()
plt.show()

Paste the command(s) you ran and the output. If there was a crash, please include the traceback here.

image

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:16 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
norakassnercommented, Feb 17, 2018

I pushed it to my repository. How do we proceed?

0reactions
ericmjlcommented, Mar 21, 2018

@yeraeeee the latest commit in the master branch has rotated node labels! Please do give it a shot and see what you think 😄.

Read more comments on GitHub >

github_iconTop Results From Across the Web

networkx - change color/width according to edge attributes ...
It looks a bit clumsy to me to access attributes with h[][][] ; is it possible to access it by dot convention, e.g....
Read more >
Customizing NetworkX Graphs - Towards Data Science
We can alter node size by type just like we can for color! ... named keyword “edgecolors”, which is not the same as...
Read more >
draw_networkx_nodes — NetworkX 2.8.8 documentation
A dictionary with nodes as keys and positions as values. Positions should be sequences of ... edgecolors[None | scalar | sequence] (default =...
Read more >
Attributes - Graphviz
If true , the node size is specified by the values of the width and height attributes only and is not expanded to...
Read more >
12. Styles — Cytoscape User Manual 3.9.1 documentation
If this is false, users cannot select nodes. Avoid changing this property directly through the Style panel. Node Label Selection, Whether or not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found