cytoscape / ipycytoscape

A Cytoscape Jupyter widget
https://ipycytoscape.readthedocs.io/en/master/
BSD 3-Clause "New" or "Revised" License
265 stars 62 forks source link

Improve edge labeling #227

Open marimeireles opened 3 years ago

marimeireles commented 3 years ago

Suggestion

Is a suggestion as I'm not sure if we want to have this kind of default style that overrides cytoscape patterns.

Seeing this amazing example by @pwrose:

image

That can be tested here, I thought we could improved the default way to show labels. Currently is hard to read.

How to

We have a style.json file and I believe the changes should happen there. Whoever take this issue feel free to be creative regarding on how to show the labels :) the general goal is to improve readability.

marimeireles commented 3 years ago

A quick google search showed me results where labels are not on top of edges. I'm not sure what's the best default behavior tbh.