mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-22 11: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",
|
||||
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,
|
||||
},
|
||||
)
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user