Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Apr 10, 2024
1 parent cf52b6a commit b71c876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gplugins/path_length_analysis/path_length_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ def get_pathlength_widgets(
k: node_positions[d["name"]] for k, d in graph_to_viz.nodes(data=True)
}
graph_renderer = from_networkx(graph_to_viz, node_positions_by_int_label)
graph_renderer.node_renderer.glyph = Circle(size=5, fill_color=Spectral4[0])
graph_renderer.node_renderer.hover_glyph = Circle(size=15, fill_color=Spectral4[1])
graph_renderer.node_renderer.glyph = Circle(fill_color=Spectral4[0])
graph_renderer.node_renderer.hover_glyph = Circle(fill_color=Spectral4[1])

graph_renderer.edge_renderer.glyph = MultiLine(
line_color="edge_color", line_alpha=0.8, line_width=5
Expand Down

0 comments on commit b71c876

Please sign in to comment.