The set_preferences command sets the specified preference to
the supplied value. The new setting does not affect the
attributes of existing objects and data, only new ones created
after the call to set_preferences. The argument may be:
When using an object, only members not set to
"None"
are used to update preferences.
The save_preferences and load_preferences commands may be
used to save and reload ChIPS preferences, respectively.
The following tables give the preferences for each supported
object, listed in the same object order.
| stem |
stem to use for plot ids |
| style |
appearance of border edges on plot |
| leftmargin |
distance from left edge of frame to plot left border |
| rightmargin |
distance from right edge of frame to plot right border |
| topmargin |
distance from top edge of frame to plot top border |
| bottommargin |
distance from bottom edge of frame to plot bottom border |
| corner.style |
appearance of plot border corners |
| id |
frame id |
| title.xpos |
normalized x reference location for plot title |
| title.ypos |
normalized y reference location for plot title |
| title.angle |
angle for plot title |
| title.depth |
depth of title; see the Depth section of
"ahelp py.chips chipsopt"
|
| title.halign |
horizontal alignment with regards to title
location; see the Text Alignment section of
"ahelp py.chips chipsopt"
|
| title.valign |
vertical alignment with regards to title location; see the Text Alignment section of
"ahelp py.chips chipsopt"
|
| title.color |
color of plot title text; see the Color section of
"ahelp py.chips chipsopt"
|
| title.size |
size of the plot title |
| title.font |
font of the plot title |
| title.fontstyle |
font style of the plot title |
| x.stem |
stem to use for x axis ids |
| x.label |
axis x label |
| y.stem |
stem to use for x axis ids |
| y.label |
axis y label |
| depth |
depth of axis; see the Depth section of
"ahelp py.chips chipsopt"
|
| color |
Color of axis baseline; see the Color section of
"ahelp py.chips chipsopt"
|
| thickness |
Thickness of axis baseline; see the Thickness section of
"ahelp py.chips chipsopt"
|
| label.color |
Color of axis label; see the Color section of
"ahelp py.chips chipsopt"
|
| label.size |
font size of tick labels |
| label.angle |
angle of tick labels |
| label.halign |
horizontal alignment for ticklabels; see the Text Alignment section of
"ahelp py.chips chipsopt"
|
| label.valign |
vertical alignment for ticklabels; see the Text Alignment section of
"ahelp py.chips chipsopt"
|
| label.font |
see the Font section of
"ahelp py.chips chipsopt"
|
| label.fontstyle |
see the Font Style section of
"ahelp py.chips chipsopt"
|
| majorgrid.visible |
should major grid be visible |
| majorgrid.style |
grid line style; see the Line Style section of
"ahelp py.chips chipsopt"
|
| majorgrid.color |
grid line color; see the Color section of
"ahelp py.chips chipsopt"
|
| majorgrid.thickness |
grid line thickness; see the Thickness section of
"ahelp py.chips chipsopt"
|
| minorgrid.visible |
should minor grid be visible; see the Booleans section of
"ahelp py.chips chipsopt"
|
| minorgrid.style |
grid line style; see the Line Style section of
"ahelp py.chips chipsopt"
|
| minorgrid.color |
grid line color; see the Color section of
"ahelp py.chips chipsopt"
|
| minorgrid.thickness |
grid line thickness; see the Thickness section of
"ahelp py.chips chipsopt"
|
| automin |
automatically adjust minimum value based of added curve, contour, or histogram; see the Booleans section of
"ahelp py.chips chipsopt"
|
| automax |
automatically adjust maximum value based of added curve, contour, or histogram; see the Booleans section of
"ahelp py.chips chipsopt"
|
| pad |
pad factor to add to axes in arbitrary, limits, or interval modes |
| offset.parallel |
distance of axis label from axis center. -0.5 is utmost left,
0.5 is utmost right, 0 axis center |
| offset.perpendicular |
distance of axis label from axis baseline (in pixels) |
| tickformat |
format for tick labels; see the Tick Format section of
"ahelp py.chips chipsopt"
|
| ticklabel.color |
see the Color section of
"ahelp py.chips chipsopt"
|
| ticklabel.size |
font size of tick labels |
| ticklabel.angle |
angle of tick labels |
| ticklabel.halign |
horizontal alignment for ticklabels; see the Text Alignment section of
"ahelp py.chips chipsopt"
|
| ticklabel.valign |
vertical alignment for ticklabels; see the Text Alignment section of
"ahelp py.chips chipsopt"
|
| ticklabel.font |
see the Font section of
"ahelp py.chips chipsopt"
|
| ticklabel.fontstyle |
see the Font Style section of
"ahelp py.chips chipsopt"
|
| ticklabel.offset |
distance of ticklabel from axis baseline (in pixels) |
| majortick.visible |
should major ticks be visible; see the Booleans section of
"ahelp py.chips chipsopt"
|
| majortick.style |
tick location; see the Tick Style section of
"ahelp py.chips chipsopt"
|
| majortick.color |
tick line color; see the Color section of
"ahelp py.chips chipsopt"
|
| majortick.thickness |
tick line thickness; see the Thickness section of
"ahelp py.chips chipsopt"
|
| majortick.mode |
tick spacing type; see the Tick Mode section of
"ahelp py.chips chipsopt"
|
| majortick.interval |
tick spacing based on interval |
| majortick.count |
tick spacing based on count |
| majortick.length |
tick length |
| minortick.visible |
should major ticks be visible |
| minortick.style |
tick location; see the Tick Style section of
"ahelp py.chips chipsopt"
|
| minortick.color |
tick line color; see the Color section of
"ahelp py.chips chipsopt"
|
| minortick.thickness |
tick line thickness; see the Thickness section of
"ahelp py.chips chipsopt"
|
| minortick.mode |
tick spacing type; see the Tick Mode section of
"ahelp py.chips chipsopt"
|
| minortick.interval |
tick spacing based on interval |
| minortick.count |
tick spacing based on count |
| minortick.length |
tick length |
| stem |
stem to use for curve ids |
| baddata |
ignore or omit bad data points |
| depth |
depth of curve; see the Depth section of
"ahelp py.chips chipsopt"
|
| line.color |
color of trace connecting data points in curve.; see the Color section of
"ahelp py.chips chipsopt"
|
| line.thickness |
thickness of trace connecting data points in curve; see the Thickness section of
"ahelp py.chips chipsopt"
|
| line.style |
line style of trace connecting data points in
curve; see the Line Style section of
"ahelp py.chips chipsopt"
|
| symbol.color |
see the Color section of
"ahelp py.chips chipsopt"
|
| symbol.size |
size of symbol |
| symbol.angle |
angle of symbol |
| symbol.fill |
should the symbol be filled |
| symbol.style |
symbol style; see the Symbol Style section of
"ahelp py.chips chipsopt"
|
| err.color |
see the Color section of
"ahelp py.chips chipsopt"
|
| err.style |
style of error bars (line or capped) |
| err.up |
should up error bars be displayed |
| err.down |
should down error bars be displayed |
| err.left |
should left error bars be displayed |
| err.right |
should right error bars be displayed |
| err.thickness |
line thickness for error bars; see the Thickness section of
"ahelp py.chips chipsopt"
|
| limit.length |
|
| limit.override |
see the Booleans section of
"ahelp py.chips chipsopt"
|
| id |
curve id |
| stem |
stem to use for histogram ids |
| depth |
depth of histogram; see the Depth section of
"ahelp py.chips chipsopt"
|
| line.color |
color of trace connecting data points in curve; see the Color section of
"ahelp py.chips chipsopt"
|
| line.thickness |
thickness of trace connecting data points in curve; see the Thickness section of
"ahelp py.chips chipsopt"
|
| line.style |
line style of trace connecting data points in
curve; see the Line Style section of
"ahelp py.chips chipsopt"
|
| symbol.color |
see the Color section of
"ahelp py.chips chipsopt"
|
| symbol.size |
size of symbol |
| symbol.angle |
angle of symbol |
| err.color |
see the Color section of
"ahelp py.chips chipsopt"
|
| err.style |
style of error bars (line or capped) |
| err.up |
should up error bars be displayed |
| err.down |
should down error bars be displayed |
| err.left |
should left error bars be displayed |
| err.right |
should right error bars be displayed |
| err.thickness |
line thickness for error bars; see the Thickness section of
"ahelp py.chips chipsopt"
|
| dropline |
extend bin edge to 0 for connected bins |
| fill.visible; see the Booleans section of
"ahelp py.chips chipsopt"
|
should histogram be filled |
| fill.color |
color of histogram fill; see the Color section of
"ahelp py.chips chipsopt"
|
| style |
display y up errors if present in data |
| id |
histogram id |
| fonts |
write ps fonts to output file; see the Booleans section of
"ahelp py.chips chipsopt"
|
| format |
see the Export section of
"ahelp py.chips chipsopt"
|
| orientation |
portrait or landscape mode.see the Export section of
"ahelp py.chips chipsopt"
|
| colorscheme |
see the Export section of
"ahelp py.chips chipsopt"
|
| leftmargin |
see the Export section of
"ahelp py.chips chipsopt"
|
| rightmargin |
see the Export section of
"ahelp py.chips chipsopt"
|
| topmargin |
see the Export section of
"ahelp py.chips chipsopt"
|
| bottommargin |
see the Export section of
"ahelp py.chips chipsopt"
|
| pagewidth |
see the Export section of
"ahelp py.chips chipsopt"
|
| pageheight |
see the Export section of
"ahelp py.chips chipsopt"
|
| scaleheight |
see the Export section of
"ahelp py.chips chipsopt"
|
| scalewidth |
see the Export section of
"ahelp py.chips chipsopt"
|
| fittopage |
see the Export section of
"ahelp py.chips chipsopt"
|
| keepaspect |
see the Export section of
"ahelp py.chips chipsopt"
|