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

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

[Emacs-bug-tracker] bug#6196: closed (24.0.50; Calc uses invalid gnuplot


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6196: closed (24.0.50; Calc uses invalid gnuplot option)
Date: Sat, 15 May 2010 19:05:01 +0000

Your message dated Sat, 15 May 2010 14:04:33 -0500
with message-id <address@hidden>
and subject line Re: bug#6196: 24.0.50; Calc uses invalid gnuplot option
has caused the GNU bug report #6196,
regarding 24.0.50; Calc uses invalid gnuplot option
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6196: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6196
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; Calc uses invalid gnuplot option Date: Sat, 15 May 2010 20:38:15 +0200
`calc-graph-plot' tries to

  "set data style linespoints\n"

but:

        G N U P L O T
        Version 4.4 patchlevel 0
        last modified March 2010
        System: Linux 2.6.32-trunk-686


(the default gnuplot in Debian unstable)

does not recognize this syntax (any more?):


  gnuplot> load "/tmp/calcA909N3j"

  gnuplot> set data style linespoints
             
           "/tmp/calcA909N3j", line 16: Unrecognized option.  See 'help set'.


Changing the above line to

  "set style data linespoints\n"

(which is the current syntax as documented in gnuplot help) fixes the problem.


Štěpán



--- End Message ---
--- Begin Message --- Subject: Re: bug#6196: 24.0.50; Calc uses invalid gnuplot option Date: Sat, 15 May 2010 14:04:33 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)
> `calc-graph-plot' tries to
>
>   "set data style linespoints\n"
...
> Changing the above line to
>
>   "set style data linespoints\n"
>
> (which is the current syntax as documented in gnuplot help) fixes the problem.

Thanks.  This should be fixed in the emacs 23 branch.

Jay


--- End Message ---

reply via email to

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