|
Gri Commands
1: Introduction 2: Simple example 3: Fancy example 4: Running Gri 5: Programming Gri 6: General Issues 7: X-Y Plots 8: Contour Plots 9: Image Plots 10: Examples 11: Handling Data 12: Gri Commands 13: Gri Extras 14: Evolution of Gri 15: Installing Gri 16: Gri Bugs 17: System Tools 18: Acknowledgments 19: License 20: Newsgroup 21: Concept Index |
12.6: The `
|
`create columns from function' |
ENVIRONMENT
\function = function to plot.
\xmin = minimum x value
\xmax = maximum x value
\xinc = increment in x values
EXAMPLE
\function = "cos(x)"
\xmin = "0"
\xmax = "2 * 3.14"
\xinc = "0.1"
create columns from function
draw curve
quit
|
awk' command
available at the commandline. This means most unix machines and some
vax machines.
create image grayscale' ... Command
`create image grayscale banded .band.' |