-
Notifications
You must be signed in to change notification settings - Fork 14
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
Nodes not colored when using large network #91
Comments
Thanks, Nils -- A number of comments ...
So ... as regards your original observation that the nodes aren't colored as smaller networks are, the node.fillColor in your XGMML It's also possible that you could get this error if you try to lay out a network where the view is not completely created yet. Py4cytoscape doesn't have a delay at the end of create_view(), so if that's a problem, you'll need your own sleep() after your create_view() call. At first, try something absurdly large (e.g., 60 seconds).
On the images you supplied, I see that your nodes are blue. Are you telling me that they're blue despite the XGMML indicating that they should be red??
So, as to your main issue, I think you're telling me that you expect the nodes to be painted red, but they're coming up blue? I'm not seeing that, but I'm seeing that nodes are square and should be round. These are probably related. Worse ... if I use Style to try to make them round, I still get square. Very unsavory. Comments? |
Just FYI, I will be away for a few weeks so I'll get back to you when I return. |
When using py4cytoscape with large networks, images are generated but not colored like smaller networks are. (The network files contain the node.fillColor attribute which is what Cytoscape uses to color the nodes by default.) This occurs in 3.8 and 3.10 (latest snapshot tested 0714).
The files that are attached are used for debugging.
py4c_test.py
uses py4cytoscape and can be used for testing using the CyREST API.cytoscape-3.10-01714-rest-output.txt
cytoscape-3.10-0714-terminal-log.txt
cytoscape-3.10-framework-cytoscape.log
ssn_3 10
cytoscape-3.8-rest-output.txt
cytoscape-3.8-terminal-log.txt
cytoscape-3.8-framework-cytoscape.log
ssn_3 8
py4c_test.py.txt
large_ssn.zip
First reported in #81
The text was updated successfully, but these errors were encountered: