mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
Use the proper form for gnuplot's set command
This commit is contained in:
parent
5a7f1eb114
commit
9822590ba8
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
|
||||||
|
|
||||||
|
* calc/calc-graph.el (calc-graph-plot): Use the proper form for
|
||||||
|
gnuplot's "set" command.
|
||||||
|
|
||||||
2010-04-26 Juanma Barranquero <lekktu@gmail.com>
|
2010-04-26 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
* abbrev.el (last-abbrev-text): Doc fix.
|
* abbrev.el (last-abbrev-text): Doc fix.
|
||||||
|
|
|
||||||
|
|
@ -345,7 +345,7 @@
|
||||||
"set xlabel\nset ylabel\nset title\n"
|
"set xlabel\nset ylabel\nset title\n"
|
||||||
"set noclip points\nset clip one\nset clip two\n"
|
"set noclip points\nset clip one\nset clip two\n"
|
||||||
"set format \"%g\"\nset tics\nset xtics\nset ytics\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"))
|
"set nogrid\nset nokey\nset nopolar\n"))
|
||||||
(if (>= ver 3)
|
(if (>= ver 3)
|
||||||
(insert "set surface\nset nocontour\n"
|
(insert "set surface\nset nocontour\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue