I am using holoviews
and bokeh
with python 3 to create an interactive network graph fro mNetworkx. I can't manage to set the edge color to blank. It seems that the edge_color
option does not exist. Do you have any idea how I could do that?
Asked
Active
Viewed 367 times
0

Antoine Roy
- 13
- 3
1 Answers
1
Problem solved, the option to change edges color is edge_line_color
and not edge_color
.

Antoine Roy
- 13
- 3