| other gnuplot functions |
| Function |
Arguments |
Returns |
|
column(x) |
int or string |
column during datafile manipulation. |
|
columnhead(x) |
int |
string containing first entry of column in datafile. |
|
exists("X") |
string |
returns 1 if a variable named X is defined, 0 otherwise. |
|
hsv2rgb(h,s,v) |
h,s,v [0:1] |
24bit RGB color value. |
|
palette(z) |
double |
RGB palette color mapped to z. |
|
stringcolumn(x) |
int or string |
content of column as a string. |
|
timecolumn(N,"timeformat") |
int, string |
time data from column during data input. |
|
tm_hour(x) |
int |
the hour |
|
tm_mday(x) |
int |
the day of the month |
|
tm_min(x) |
int |
the minute |
|
tm_mon(x) |
int |
the month |
|
tm_sec(x) |
int |
the second |
|
tm_wday(x) |
int |
the day of the week |
|
tm_yday(x) |
int |
the day of the year |
|
tm_year(x) |
int |
the year |
|
time(x) |
any |
the current system time |
|
valid(x) |
int |
test validity of
during datafile manip. |
| value("name") |
string |
returns the value of the named variable. |
|
voxel(x,y,z) |
real |
value of the active grid voxel containing point (x,y,z) |