Update utils_gdmk.py
Browse files- utils_gdmk.py +1 -1
utils_gdmk.py
CHANGED
@@ -57,7 +57,7 @@ def agregar_aporte(nombre, enfoque, norma, texto):
|
|
57 |
return visualizar_grafo()
|
58 |
|
59 |
def visualizar_grafo():
|
60 |
-
plt.figure(figsize=(
|
61 |
pos = nx.spring_layout(G)
|
62 |
|
63 |
edge_labels = nx.get_edge_attributes(G, 'label')
|
|
|
57 |
return visualizar_grafo()
|
58 |
|
59 |
def visualizar_grafo():
|
60 |
+
plt.figure(figsize=(10, 6))
|
61 |
pos = nx.spring_layout(G)
|
62 |
|
63 |
edge_labels = nx.get_edge_attributes(G, 'label')
|