summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-graph.el
diff options
context:
space:
mode:
authorAlexander Klimov <alserkli@inbox.ru>2010-04-28 21:38:12 -0500
committerJay Belanger <jay.p.belanger@gmail.com>2010-04-28 21:38:12 -0500
commit9822590ba8018dd651a01081957d6fb60191d38f (patch)
tree1c869448b63bcc9b2b56856e2b662dbb15b0213f /lisp/calc/calc-graph.el
parent5a7f1eb1143895daee7d8919f8d177079d492b7f (diff)
downloademacs-9822590ba8018dd651a01081957d6fb60191d38f.tar.gz
Use the proper form for gnuplot's set command
Diffstat (limited to 'lisp/calc/calc-graph.el')
-rw-r--r--lisp/calc/calc-graph.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el
index 673f37b4bf0..9af89ab6c3a 100644
--- a/lisp/calc/calc-graph.el
+++ b/lisp/calc/calc-graph.el
@@ -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"