|
From: BBands <bb...@ya...> - 2007-06-26 17:21:44
|
--- Michael Haggerty <mh...@al...> wrote:
> It appears that the error message is emitted by gnuplot when Gnuplot.py
> sends it the command "set terminal postscript default enhanced".
> Probably the "default" option has been removed.
>
> According to my version of gnuplot's "help set terminal postscript",
> "default" is a valid option. Obviously it must have been valid when the
> test suite was written. But presumably this option has been removed
> from gnuplot without the documentation having been updated.
>
> I wouldn't worry about it. If the rest of the test suite runs OK, then
> you shouldn't have any problems (as long as you don't use the "default"
> option for hard copies!)
>
> Patches to the test suite and/or Gnuplot.hardcopy() method (which
> actually requires changes in termdefs.py) would be welcome.
I dug in a bit and it appears that the 4.1+ behavior is this:
set term post
sets the term to postscript with whatever values are current
set term post def
sets the terminal to postscript with default values or
resets post term values to defaults
set term post enh
sets the terminal to enhanced postscript
set term post noenh
sets the terminal to noenhanced postscript
set term post def enh
throws an 'extraneous argument' warning and does nothing
enhanced/noehanced is not changed by def
jab
John Bollinger, CFA, CMT
www.BollingerBands.com
If you advance far enough, you arrive at the beginning.
____________________________________________________________________________________
It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/
|