octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #31696] __gnuplot_has_feature__ misinformation


From: Olaf Till
Subject: [Octave-bug-tracker] [bug #31696] __gnuplot_has_feature__ misinformation
Date: Thu, 18 Nov 2010 15:09:00 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.19) Gecko/2010102906 Iceweasel/3.0.6 (Debian-3.0.6-3)

URL:
  <http://savannah.gnu.org/bugs/?31696>

                 Summary: __gnuplot_has_feature__ misinformation
                 Project: GNU Octave
            Submitted by: i7tiol
            Submitted on: Thu 18 Nov 2010 03:08:59 PM GMT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Olaf Till
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

While in scripts/plot/__gnuplot_has_feature__.m Gnuplot version >= 4.3 is
stated to have "variable_GPVAL_TERMINALS", this is not the case for a Gnuplot
4.3 (patchlevel 0) version lingering on my system:

        G N U P L O T
        Version 4.3 patchlevel 0
        last modified June 2008
        System: Linux 2.6.30-1-amd64

        Copyright (C) 1986 - 1993, 1998, 2004, 2007, 2008
        Thomas Williams, Colin Kelley and many others

        Type `help` to access the on-line reference manual.
        The gnuplot FAQ is available from
                http://www.gnuplot.info/faq/

        Send comments and help requests to 
<address@hidden>
        Send bug reports and suggestions to
<address@hidden>


Terminal type set to 'x11'
gnuplot> if (exists("GPVAL_TERMINALS")) print GPVAL_TERMINALS; else print
NaN
NaN
gnuplot> 

This lets __gnuplot_has_terminal__.m misbehave, thinking it can use this
variable.

(Yes, I have also a newer Gnuplot installed; I accidentally used this old
version.)




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31696>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]