Removed the unused colorscale legend and other unused code fragements (#371)

This commit is contained in:
Philipp Horstenkamp 2023-11-13 19:28:57 +01:00 committed by GitHub
parent 31221a1055
commit 2da3e6cea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

View File

@ -109,17 +109,8 @@ def create_2d_graph( # noqa PLR0913
mode="markers",
hoverinfo="text",
marker={
"showscale": True,
"colorscale": "YlGnBu",
"reversescale": True,
"color": [],
"size": 10,
"colorbar": {
"thickness": 15,
"title": "Node Connections",
"xanchor": "left",
"titleside": "right",
},
"line_width": edge_thickness,
},
)

View File

@ -128,7 +128,6 @@ def create_3d_graph( # noqa : PLR0913
"symbol": "circle",
"size": 6,
"color": "blue",
"colorscale": "Viridis",
"line": {"color": "rgb(50,50,50)", "width": 0.5},
},
# text=labels,