unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Illia Ostapyshyn <ilya.ostapyshyn@gmail.com>
To: larsi@gnus.org, 39232@debbugs.gnu.org
Subject: bug#39232: [PATCH] lisp/calc/calc-graph.el: update gnuplot timestamp hiding syntax
Date: Mon, 7 Dec 2020 12:49:50 +0200	[thread overview]
Message-ID: <D8FDA2E8-A90E-46D9-9F99-143317695B4C@gmail.com> (raw)
In-Reply-To: <CC3C3CBE-6C93-4842-9155-500AD657AE00@gmail.com>

Graphs fail to plot (bug#39232), since "time" abbreviation for "timestamp" is no longer valid after commit b979b5371bc1c18bf8f5bd756e7c1fb54dafd8cc of gnuplot:
https://github.com/gnuplot/gnuplot/commit/b979b5371bc1c18bf8f5bd756e7c1fb54dafd8cc

---
 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 829fa44ca4..b694a826ce 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))
-- 
2.24.3 (Apple Git-128)





  parent reply	other threads:[~2020-12-07 10:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-22  3:04 bug#39232: 26.3; gnuplot qt mode Bart Nielsen
2020-10-28 12:50 ` Lars Ingebrigtsen
2020-12-07 10:49 ` Illia Ostapyshyn [this message]
2020-12-07 12:37   ` bug#39232: [PATCH] lisp/calc/calc-graph.el: update gnuplot timestamp hiding syntax Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D8FDA2E8-A90E-46D9-9F99-143317695B4C@gmail.com \
    --to=ilya.ostapyshyn@gmail.com \
    --cc=39232@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).