WIP: compare sub set of graph with corrected values
This commit is contained in:
@@ -157,7 +157,7 @@ convex_hull = centrality.convex_hull(g)
|
||||
fig_graph, ax_graph = plt.subplots(figsize=(15, 12))
|
||||
# draw without any centrality measure `vp`
|
||||
vp = g.new_vertex_property("double")
|
||||
plot.graph_plot(fig_graph, ax_graph, g, vp, convex_hull, f"Pointcloud (seed: {seed}")
|
||||
plot.graph_plot(fig_graph, ax_graph, g, vp, convex_hull, f"Pointcloud (seed: {seed})")
|
||||
fig_graph.savefig("Pointcloud_graph.svg", format='svg')
|
||||
|
||||
fig = plt.figure(figsize=(15, 12))
|
||||
|
||||
Reference in New Issue
Block a user