[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99788: Use the proper form for gn
From: |
Jay Belanger |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99788: Use the proper form for gnuplot's set command |
Date: |
Wed, 28 Apr 2010 21:38:12 -0500 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99788
author: Alexander Klimov <address@hidden>
committer: Jay Belanger <address@hidden>
branch nick: emacs-23
timestamp: Wed 2010-04-28 21:38:12 -0500
message:
Use the proper form for gnuplot's set command
modified:
lisp/ChangeLog
lisp/calc/calc-graph.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2010-04-26 09:55:29 +0000
+++ b/lisp/ChangeLog 2010-04-29 02:38:12 +0000
@@ -1,3 +1,8 @@
+2010-04-28 Alexander Klimov <address@hidden> (tiny change)
+
+ * calc/calc-graph.el (calc-graph-plot): Use the proper form for
+ gnuplot's "set" command.
+
2010-04-26 Juanma Barranquero <address@hidden>
* abbrev.el (last-abbrev-text): Doc fix.
=== modified file 'lisp/calc/calc-graph.el'
--- a/lisp/calc/calc-graph.el 2010-01-13 08:35:10 +0000
+++ b/lisp/calc/calc-graph.el 2010-04-29 02:38:12 +0000
@@ -345,7 +345,7 @@
"set xlabel\nset ylabel\nset title\n"
"set noclip points\nset clip one\nset clip two\n"
"set format \"%g\"\nset tics\nset xtics\nset ytics\n"
- "set data style linespoints\n"
+ "set style data linespoints\n"
"set nogrid\nset nokey\nset nopolar\n"))
(if (>= ver 3)
(insert "set surface\nset nocontour\n"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99788: Use the proper form for gnuplot's set command,
Jay Belanger <=