|
From: Thomas S. <t.s...@fz...> - 2011-03-25 13:02:36
|
version 4.0.0 is too old.
the 'using' options '{x|y|z}ticlabels(<col>)' appeared in 4.2.0
Juan-Francisco Diez wrote:
>
> 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
> ------------------------------------------------------------------------------
> Enable your software for Intel(R) Active Management Technology to meet the
> growing manageability and security demands of your customers. Businesses
> are taking advantage of Intel(R) vPro (TM) technology - will your software
> be a part of the solution? Download the Intel(R) Manageability Checker
> today! http://p.sf.net/sfu/intel-dev2devmar
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
>
--
View this message in context: http://old.nabble.com/xticlabels%28%29-tp31237200p31237696.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|