Hi Ruth,
Thanks for your quick answer. I didn't know about the right click feature. I just tried it and it worked but sadly I would need automation as I am dealing with 30 and more networks at a time. I don't fully understand your second solution with respect to adding a title from the notebook. You mean when you show the image within the notebook you can add a title and save it then? Would you have some sample code for me starting from my code below?
from py2cytoscape.data.cyrest_client import CyRestClient
cy = CyRestClient()
network = cy.network.create_from_igraph(g,name='network1') # g is some igraph object
pdf = network.get_pdf()
target = open('some_file_path_and_name.pdf','wb')
target.write(pdf)
target.close()
Thanks!
Katja
> You received this message because you are subscribed to a topic in the Google Groups "cytoscape-helpdesk" group.
> To unsubscribe from this topic, visit
https://groups.google.com/d/topic/cytoscape-helpdesk/NEbShibcmsk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
cytoscape-helpd...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/cytoscape-helpdesk/D75E1A9E-C2EC-4A7C-8D97-A73515D08224%40utoronto.ca.