
--
You received this message because you are subscribed to the Google Groups "cytoscape-helpdesk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cytoscape-helpd...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cytoscape-helpdesk/318f911a-3c01-4839-b102-1d1bf753094bn%40googlegroups.com.
On Jun 6, 2022, at 1:57 PM, Alex Pico <alex...@gladstone.ucsf.edu> wrote:
Hi Steven,
I pasted you gml into a file and imported it into Cytoscape and got a styled network. It appears to match the code (at first glance). Are you seeing the same thing? Is there a specific attribute that is not working?
- Alex<Screen Shot 2022-06-06 at 1.54.21 PM.png>

On Jun 6, 2022, at 2:10 PM, Alex Pico <alex...@gladstone.ucsf.edu> wrote:
Ok. In order for the node border (or outline) to show, you also have to specify a width, e.g.:
outline "black"width 5.0I tried a few things to get edge “style” to work, but nothing worked. You can control thickness with “width” and color (as you’ve done) with “fill”, but that’s it.
- Alex<Screen Shot 2022-06-06 at 2.08.41 PM.png>