filt - Converting vmax output to gnuplot surface plots

Synopsis

filt is a C program which will take an input stream or a file as input and output a gnuplot surface plot formatted file to stdout. This can be piped to a file.

Syntax

filt num_pts [file_name]

num_pts
This indicates the number of lines after which an additional line break should be added.

file_name
This indicates where filt will find the information to be formatted. Use - or leave blank if the stdin stream is to be used.

Examples

filt 10 straight.out > straight.gn
This example will create the file straight.gn which is the reproduction of straight.out with additional linebreaks at each 10 line interval.

vmax -p:5.3 vm.lst | filt 50 > gn_5.3
This will create a file gn_5.3 which will contain a surface plot at the 5.3 time step. Note that here filt believes that the number of grid points in the x direction is 50.

TC
Tate's Stash - <cantrell@pop.tcs.tulane.edu>
Last modified: Mon May 29 10:55:36 1995