Hi everybody,
I install gnuplot under CentOS 5.5 using yum. The version installed is :
gnuplot> show version
G N U P L O T
Version 4.0 patchlevel 0
last modified Thu Apr 15 14:44:22 CEST 2004
System: Linux 2.6.18-194.el5
Copyright (C) 1986 - 1993, 1998, 2004
Thomas Williams, Colin Kelley and many others
This is gnuplot version 4.0. Please refer to the documentation
for command syntax changes. The old syntax will be accepted
throughout the 4.0 series, but all save files use the new syntax.
Type `help` to access the on-line reference manual.
The gnuplot FAQ is available from
http://www.gnuplot.info/faq/
Send comments and requests for help to
<gnu...@li...>
Send bugs, suggestions and mods to
<gnu...@li...>
When I try to use the xtic() function, gnuplot return:
gnuplot> plot "temp.txt" using 1:3:xtic(2) with boxes
undefined function: xtic
The instructions I use are:
gnuplot> set terminal png
gnuplot> set output "temp.png"
gnuplot> plot "temp.txt" using 1:3:xtic(2) with boxes
The question is: What xtic() function doesn't work?
I see that perhaps it's because the package it's not compile with this
option enable but reading the INSTALL file I can't see any option about
tics.
I hope someone can help me with this trouble.
Fransua
|