Commit
·
b387020
1
Parent(s):
ed28c80
make text in graph not transparent
Browse files- graph_visualizations.py +1 -1
graph_visualizations.py
CHANGED
@@ -253,7 +253,7 @@ def create_interactive_plotly_graph(
|
|
253 |
hovertext=node_info,
|
254 |
text=node_text,
|
255 |
textposition="middle center",
|
256 |
-
textfont=dict(size=8, color="rgba(0,0,0,
|
257 |
marker=dict(
|
258 |
size=node_sizes,
|
259 |
color=node_colors,
|
|
|
253 |
hovertext=node_info,
|
254 |
text=node_text,
|
255 |
textposition="middle center",
|
256 |
+
textfont=dict(size=8, color="rgba(0,0,0,1)"),
|
257 |
marker=dict(
|
258 |
size=node_sizes,
|
259 |
color=node_colors,
|