cytoscape / py2cytoscape

Python utilities for Cytoscape and Cytoscape.js
https://py2cytoscape.readthedocs.io
MIT License
178 stars 45 forks source link

Not creating view for large networks #28

Closed sauloal closed 6 years ago

sauloal commented 7 years ago

For large networks, cytoscape is not creating network views and, therefore, no image is possible to be downloaded.

If clicking in the "create view" button in cytoscape, it works as expected.

jorgeboucas commented 6 years ago

please use the new py2cytoscape.cyrest module.

If require add a sleep(5) so that you give cytoscape enough time to render the view