ZahirJS commited on
Commit
31e8cdd
·
verified ·
1 Parent(s): 1986410

Update wbs_diagram_generator.py

Browse files
Files changed (1) hide show
  1. wbs_diagram_generator.py +1 -1
wbs_diagram_generator.py CHANGED
@@ -132,7 +132,7 @@ def generate_wbs_diagram(json_input: str) -> str:
132
  'splines': 'ortho', # Straight lines
133
  'bgcolor': 'white', # White background
134
  'pad': '0.5', # Padding
135
- 'ranksep': '0.8', # Adjust vertical separation between ranks
136
  'nodesep': '0.5' # Adjust horizontal separation between nodes
137
  }
138
  )
 
132
  'splines': 'ortho', # Straight lines
133
  'bgcolor': 'white', # White background
134
  'pad': '0.5', # Padding
135
+ 'ranksep': '0.6', # Adjust vertical separation between ranks
136
  'nodesep': '0.5' # Adjust horizontal separation between nodes
137
  }
138
  )