repo.or.cz
/
oscopy.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update main window title
[oscopy.git]
/
test
/
layout.oscopy
blob
2e61e15b69a05280ed5eccd00e806536f94dc4dc
1
print "*** Reading files and setting plots"
2
oread demo/irf540.dat
3
ocreate
4
oadd iRD
5
oadd vgs
6
oadd vgs,vds
7
oadd vds
8
print "*** Layout horiz"
9
olayout horiz
10
print "*** Reading files and setting plots"
11
ocreate
12
oadd iRD
13
oadd vgs
14
oadd vgs,vds
15
oadd vds
16
print "*** Layout vert"
17
olayout vert
18
print "*** Reading files and setting plots"
19
ocreate
20
oadd iRD
21
oadd vgs
22
oadd vgs,vds
23
oadd vds
24
print "*** Layout quad"
25
olayout quad
26
print "*** Done"