all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6196: 24.0.50; Calc uses invalid gnuplot option
@ 2010-05-15 18:38 Štěpán Němec
  2010-05-15 19:04 ` Jay Belanger
  0 siblings, 1 reply; 2+ messages in thread
From: Štěpán Němec @ 2010-05-15 18:38 UTC (permalink / raw)
  To: 6196


`calc-graph-plot' tries to

  "set data style linespoints\n"

but:

	G N U P L O T
	Version 4.4 patchlevel 0
	last modified March 2010
	System: Linux 2.6.32-trunk-686


(the default gnuplot in Debian unstable)

does not recognize this syntax (any more?):


  gnuplot> load "/tmp/calcA909N3j"

  gnuplot> set data style linespoints
             
           "/tmp/calcA909N3j", line 16: Unrecognized option.  See 'help set'.


Changing the above line to

  "set style data linespoints\n"

(which is the current syntax as documented in gnuplot help) fixes the problem.


Štěpán





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#6196: 24.0.50; Calc uses invalid gnuplot option
  2010-05-15 18:38 bug#6196: 24.0.50; Calc uses invalid gnuplot option Štěpán Němec
@ 2010-05-15 19:04 ` Jay Belanger
  0 siblings, 0 replies; 2+ messages in thread
From: Jay Belanger @ 2010-05-15 19:04 UTC (permalink / raw)
  To: Štěpán Němec; +Cc: 6196-done


> `calc-graph-plot' tries to
>
>   "set data style linespoints\n"
...
> Changing the above line to
>
>   "set style data linespoints\n"
>
> (which is the current syntax as documented in gnuplot help) fixes the problem.

Thanks.  This should be fixed in the emacs 23 branch.

Jay





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-15 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-15 18:38 bug#6196: 24.0.50; Calc uses invalid gnuplot option Štěpán Němec
2010-05-15 19:04 ` Jay Belanger

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.