emacs-diffs
[Top][All Lists]
Advanced

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

master 78017a6 4/4: Allow using newer versions of Gnuplot from calc agai


From: Lars Ingebrigtsen
Subject: master 78017a6 4/4: Allow using newer versions of Gnuplot from calc again
Date: Mon, 7 Dec 2020 07:37:50 -0500 (EST)

branch: master
commit 78017a6e598ed7663aa04bd19c426f16bbc05006
Author: Illia Ostapyshyn <ilya.ostapyshyn@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Allow using newer versions of Gnuplot from calc again
    
    * lisp/calc/calc-graph.el (calc-graph-plot): Don't use the "time"
    abbreviation for "timestamp" (bug#39232) -- it's no longer valid
    after
    
https://github.com/gnuplot/gnuplot/commit/b979b5371bc1c18bf8f5bd756e7c1fb54dafd8cc
    
    Copyright-paperwork-exempt: yes
---
 lisp/calc/calc-graph.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el
index 829fa44..b694a82 100644
--- a/lisp/calc/calc-graph.el
+++ b/lisp/calc/calc-graph.el
@@ -351,7 +351,7 @@
         (if (>= ver 3)
             (insert "set surface\nset nocontour\n"
                     "set " (if calc-graph-is-splot "" "no") "parametric\n"
-                    "set notime\nset border\nset ztics\nset zeroaxis\n"
+                    "set notimestamp\nset border\nset ztics\nset zeroaxis\n"
                     "set view 60,30,1,1\nset offsets 0,0,0,0\n"))
         (setq samples-pos (point))
         (insert "\n\n" str))



reply via email to

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