jcmachicao commited on
Commit
dd70f20
verified
1 Parent(s): b0346a2

Update utils_gdmk.py

Browse files
Files changed (1) hide show
  1. 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=(8, 8))
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')