Changeset 1938 in genesis for nodes/channelplot.py
- Timestamp:
- Mar 29, 2004, 2:24:37 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nodes/channelplot.py
r1206 r1938 91 91 out.write("}\n") 92 92 out.close() 93 os.system('neato - Gstart=foo -Goverlap=false/scale -Gsplines=true -Gsep=2 -Gratio=fill -Gnslimit=50.0 -Grotate=90 -Gsize="11,7.5" -Tps -o channelplot.psfoo.dot')93 os.system('neato -Tjpg -Gstart=foo -Goverlap=false/scale -Gsplines=true -Gsep=2 -Gratio=fill -Gnslimit=50.0 -Grotate=90 -o channelplot.jpg foo.dot') 94 94
Note:
See TracChangeset
for help on using the changeset viewer.