1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300
|
## -*- config -*-
###########################################################################
## This configuration file is for Demeter version 0.9.21.
##
## Demeter is copyright (c) 2007-2015 Bruce Ravel
## http://bruceravel.github.io/home
##
## Ifeffit is copyright (c) 1992-2015 Matt Newville
## https://github.com/newville/ifeffit
##
## The latest version of Demeter can always be found at
## http://bruceravel.github.io/demeter/
##
## -------------------------------------------------------------------
## All rights reserved. This program is free software; you can
## redistribute it and/or modify it provided that the above notice
## of copyright, these terms of use, and the disclaimer of
## warranty below appear in the source code and documentation, and
## that none of the names of Argonne National Laboratory, The
## University of Chicago, University of Washington, or the authors
## appear in advertising or endorsement of works derived from this
## software without specific prior written permission from all
## parties.
##
## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
## EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
## OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
## NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
## HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
## WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
## FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
## OTHER DEALINGS IN THIS SOFTWARE.
## -------------------------------------------------------------------
###########################################################################
## This file contains gnuplot configuration group for Demeter
######################################################################
section=gnuplot
section_description
These variables determine how plotting configuration is modified by
the gnuplot plotting backend. Colors can be gnuplot named colors (in
a gnuplot session type "show palette colornames" to see gnuplot's
named colors, or hexadecimal triplets (i.e. "#0000FF" for blue and
so on). For details about gnuplot syntax, see
http://gnuplot.info/docs/gnuplot.html
variable=program
type=string
default=gnuplot
windows=__PERL_BASE__\c\bin\gnuplot\bin\gnuplot.exe
description
This is the name of the gnuplot executable. In the Strawberry Perl
Plus Demeter package, the default windows value should not be
changed. On other windows installations, the installation location
might be something like C:\gnuplot\binary. A gnuplot executable
with pipes support is likely the one that you want to use.
variable=persist
type=boolean
default=false
onvalue=1
offvalue=0
description
When true, the gnuplot window will persist after the application
exits.
variable=terminal
type=string
default=x11
windows=wxt
description
This is the terminal type to use when plotting with gnuplot. While
X11 is a safe default, the wxt terminal is highly recommended and
is the default on Windows. Installing the latest version of Gnuplot
is recommended on any platform.
variable=termparams
type=string
default=enhanced dashed
description
Use this to specify parameters of the terminal type. Be sure to
follow gnuplot's syntax -- Demeter does no error checking on the
value of this parameter.
variable=pdfparams
type=string
default=linewidth 3 size 8,4.5
windows=linewidth 1 size 8,4.5
description
Use this to specify additional parameters of the PDF terminal type.
This is appended to the termparams when saving a recent plot to a
PDF file. Be sure to follow gnuplot's syntax -- Demeter does no
error checking on the value of this parameter.
variable=font
type=font
default=Arial
description
This is the font family to use in gnuplot plots. Please note that
the size of the font is set using the gnupot->fontsize parameter.
variable=fontsize
type=positive integer
default=11
minint=8
maxint=100
description
This is the font size to use by default in gnuplot plots. Set the
font family using the gnuplot->font parameter.
variable=keylocation
type=string
default=top right
description
Use this to set the location of the legend. Be sure to follow
gnuplot's syntax -- Demeter does no error checking on the value of
this parameter. This should be one of "top right", "top left",
"bottom right", or "bottom left".
variable=keyparams
type=string
default=width 1 height 1 box lw 1
description
Use this to set the parameters of the legend. Be sure to follow
gnuplot's syntax -- Demeter does no error checking on the value of
this parameter.
variable=linewidth
type=positive integer
default=1
minint=1
maxint=4
description
This is the line width to use by default in gnuplot plots.
variable=bg
type=color
default=white
description
The background color of the plot.
variable=fg
type=color
default=black
description
The color used to draw the text and the axes of the plot.
variable=gridcolor
type=color
default=#cccccc
description
The color of the grid drawn on each plot. If you do not want a
grid to be drawn, unset the showgrid parameter or set gridcolor to
the bg color.
variable=col0
type=color
default=blue
description
The color of the first line drawn in a plot.
variable=col1
type=color
default=red
description
The color of the second line drawn in a plot.
variable=col2
type=color
default=dark-green
description
The color of the third line drawn in a plot.
variable=col3
type=color
default=dark-violet
description
The color of the fourth line drawn in a plot.
variable=col4
type=color
default=yellow4
description
The color of the fifth line drawn in a plot.
variable=col5
type=color
default=brown
description
The color of the sixth line drawn in a plot.
variable=col6
type=color
default=dark-pink
description
The color of the seventh line drawn in a plot.
variable=col7
type=color
default=gold
description
The color of the eighth line drawn in a plot.
variable=col8
type=color
default=dark-cyan
description
The color of the ninth line drawn in a plot.
variable=col9
type=color
default=spring-green
description
The color of the tenth line drawn in a plot.
variable=markersymbol
type=positive integer
default=305
minint=40
maxint=376
description
The index of the symbol used as the marker in plots. An example is
the symbol which marks E0 in a plot of mu(E) and its background.
The available symbols are the ones from the "S" column at
http://cars9.uchicago.edu/ifeffit/Demeter/GnuplotSymbols Some good
choices include 250, 264, 267, 304, and 305.
variable=markercolor
type=color
default=#EE9A00
description
The color of a marker.
variable=indicatorcolor
type=color
default=#8F3910
description
The color of an indicator.
variable=datastyle
type=list
default=lines
options=lines points linespoints
description
The line style used to plot data after a fit. Demeter does not
provide complete control over gnuplot lines styles via its
configuration system.
variable=fitstyle
type=list
default=lines
options=lines points linespoints
description
The line style used to plot the fit after a fit. Demeter does not
provide complete control over gnuplot lines styles via its
configuration system. NOT CURRENTLY USED!
variable=partstyle
type=list
default=lines
options=lines points linespoints
description
The line style used to plot parts of a fit (i.e. the window, the
residual, or the background). Demeter does not provide complete
control over gnuplot lines styles via its configuration system.
NOT CURRENTLY USED!
variable=pathstyle
type=list
default=lines
options=lines points linespoints
description
The line style used to plot paths used in a fit. Demeter does not
provide complete control over gnuplot lines styles via its
configuration system. NOT CURRENTLY USED!
variable=pluck_timeout
type=positive integer
default=10
minint=3
maxint=60
units=seconds
description
This indicates how long, in seconds, a GUI should wait for the user
to double click a plucked point in the Gnuplot window before giving
up and returning control to the GUI.
variable=xkcd
type=boolean
default=false
onvalue=1
offvalue=0
description
When true, plots will be made in the gnuplot style. Set
gnuplot->font to Humor Sans for maximum xkcd-ness.
|