mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-22 15:42:55 +02:00
Removed the unused colorscale legend and other unused code fragements (#371)
This commit is contained in:
parent
31221a1055
commit
2da3e6cea0
@ -109,17 +109,8 @@ def create_2d_graph( # noqa PLR0913
|
|||||||
mode="markers",
|
mode="markers",
|
||||||
hoverinfo="text",
|
hoverinfo="text",
|
||||||
marker={
|
marker={
|
||||||
"showscale": True,
|
|
||||||
"colorscale": "YlGnBu",
|
|
||||||
"reversescale": True,
|
|
||||||
"color": [],
|
"color": [],
|
||||||
"size": 10,
|
"size": 10,
|
||||||
"colorbar": {
|
|
||||||
"thickness": 15,
|
|
||||||
"title": "Node Connections",
|
|
||||||
"xanchor": "left",
|
|
||||||
"titleside": "right",
|
|
||||||
},
|
|
||||||
"line_width": edge_thickness,
|
"line_width": edge_thickness,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
@ -128,7 +128,6 @@ def create_3d_graph( # noqa : PLR0913
|
|||||||
"symbol": "circle",
|
"symbol": "circle",
|
||||||
"size": 6,
|
"size": 6,
|
||||||
"color": "blue",
|
"color": "blue",
|
||||||
"colorscale": "Viridis",
|
|
||||||
"line": {"color": "rgb(50,50,50)", "width": 0.5},
|
"line": {"color": "rgb(50,50,50)", "width": 0.5},
|
||||||
},
|
},
|
||||||
# text=labels,
|
# text=labels,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user