From f9d82ee74c1c6d1c10092775ec1b25d7ceed30bf Mon Sep 17 00:00:00 2001 From: sepro Date: Tue, 19 Sep 2017 16:05:07 +0200 Subject: [PATCH] added hrr and pcc as edge color attributes (legend still missing) --- planet/static/js/cytoscape.cycss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planet/static/js/cytoscape.cycss b/planet/static/js/cytoscape.cycss index a0e53ba..bcf804a 100644 --- a/planet/static/js/cytoscape.cycss +++ b/planet/static/js/cytoscape.cycss @@ -134,7 +134,7 @@ edge.link_score { } edge.link_pcc { - line-color: mapData(link_pcc, 0.7, 1, blue, red); + line-color: mapData(link_pcc, 0.5, 1, blue, red); } edge.hrr {