Next: Printerr
Up: Commands
Previous: With
Contents
Index
The print command prints the value of 4#4expression5#5 to the screen. It is
synonymous with pause 0. 4#4expression5#5 may be anything that gnuplot can
evaluate that produces a number, or it can be a string.
Syntax:
print <expression> {, <expression>, ...}
See expressions (p.
). The output file can be set with set print.
See also printerr (p.
).
2016-03-12