source: trunk/pp.pro @ 250

Revision 250, 391 bytes checked in by ux454321, 4 years ago (diff)

new stuf

Line 
1
2if n_elements(pp_file) EQ 0 then pp_file = "v10b64_long_velocities"
3OpenPlotFile, filename = pp_file, output_method = cap
4
5plot, f1[1,*],f1[3,*], title = "Vrms vs. <V>", linestyle = 0, ytitle="velocity",$
6  xtitle="time"
7oplot, f1[1,*],sqrt(( f1[12,*]^2 + f1[13,*]^2 + f1[14,*]^2 )), linestyle = 2
8legend, ['vrms','|<V>|'], linestyle=[0,2]
9;general plot making.  No saving.
10ClosePlotFile
11
Note: See TracBrowser for help on using the repository browser.