ZahirJS commited on
Commit
1d7fa74
·
verified ·
1 Parent(s): bcd6fa4

Update network_graph_generator.py

Browse files
Files changed (1) hide show
  1. network_graph_generator.py +1 -1
network_graph_generator.py CHANGED
@@ -240,7 +240,7 @@ def generate_network_graph(json_input: str, output_format: str) -> str:
240
  engine='neato',
241
  graph_attr={
242
  'overlap': 'false',
243
- 'splines': 'curved',
244
  'bgcolor': 'white',
245
  'pad': '1.0',
246
  'layout': 'neato',
 
240
  engine='neato',
241
  graph_attr={
242
  'overlap': 'false',
243
+ 'splines': 'true',
244
  'bgcolor': 'white',
245
  'pad': '1.0',
246
  'layout': 'neato',