Changeset 1071 for trunk/web/tutorials
- Timestamp:
- 07/05/06 11:30:26 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/tutorials/tutorial.html
r1040 r1071 62 62 s.summary() 63 63 </pre></div> 64 We can plot the scan now. First we set up the plotter to plot "IF" as stcked colours and "time" across panels. Then we issue th plot command.64 We can plot the scan now. First we set up the plotter to plot "IF" as stcked colours and "time" across panels. Then we issue the plot command. 65 65 <div class=code><pre> 66 66 plotter.set_mode("IF","time") … … 69 69 Now we can build the quotient. This applies the quotient to both IFs. 70 70 <div class=code><pre> 71 q = auto_quotient()71 q = s.auto_quotient() 72 72 plotter.plot(q) # plot q 73 73 </pre></div>
Note:
See TracChangeset
for help on using the changeset viewer.