|
From: Philipp K. J. <ja...@ie...> - 2007-11-11 19:25:24
|
According to the documentation, I can
export a palette to file, but this does not
seem to work:
set palette defined ( 0 'red', 1 'yellow' )
set output "foo"
show palette palette 3
creates an empty file "foo", but prints the
palette values only to the screen.
Version info below.
Best,
Ph.
gnuplot> show version long
G N U P L O T
Version 4.2 patchlevel 2
last modified 31 Aug 2007
System: Linux 2.6.18.2-34-default
Copyright (C) 1986 - 1993, 1998, 2004, 2007
Thomas Williams, Colin Kelley and many others
Type `help` to access the on-line reference manual.
The gnuplot FAQ is available from http://www.gnuplot.info/faq/
Send bug reports and suggestions to
<http://sourceforge.net/projects/gnuplot>
Compile options:
-READLINE +LIBREADLINE +HISTORY +BACKWARDS_COMPATIBILITY +BINARY_DATA
+GD_PNG +GD_JPEG +GD_TTF +GD_GIF +ANIMATION
-NOCWDRC +X11 +X11_POLYGON +MULTIBYTE +USE_MOUSE +HIDDEN3D_QUADTREE
+DATASTRINGS +HISTOGRAMS +OBJECTS +STRINGVARS +MACROS +IMAGE
DRIVER_DIR
= "/home/janert/Gnuplot/Build/Release-4.2.2/build/libexec/gnuplot/4.2"
GNUPLOT_PS_DIR
=
"/home/janert/Gnuplot/Build/Release-4.2.2/build/share/gnuplot/4.2/PostScript
" HELPFILE
=
"/home/janert/Gnuplot/Build/Release-4.2.2/build/share/gnuplot/4.2/gnuplot.gi
h"
|