| | |
string bgcolor= | background color
|
bool boxy=n [y/n] | output coordinates and labels suitable for sfbox
|
bool buttons=(bool) app_data.buttons [y/n] | if y, display a panel of buttons on top of the plot
|
int depth=app_data.vis_depth | Choose a visual
|
int fat=0 | base line fatness
|
bool images=(bool) app_data.images [y/n] | copy the image created by plotting each frame and save it in
the client program (xtpen). This will increase memory usage in
the machine that runs the pen command. If you have a fast
connection to your X-server it will make redisplay of frames
faster. If you have a slow connection, it may make replotting
slower.
|
bool labels=(bool) app_data.labels [y/n] | if y, display frame number and inter-frame delay at the top of plot
|
bool mono=n [y/n] | no color
|
int numcol=app_data.num_col | number of colors (take a default from the resource database)
|
bool pixmaps=(bool) app_data.pixmaps [y/n] | Copy the image created by plotting each frame and save it in
the X-server. This will increase memory usage of the machine that
displays the window! Redisplay of frames will be very fast and
the network traffic is very low so this is a suitable option for
slow connections. If your X-server is a workstation with plenty
of memory and swap space then this option should be very useful.
If your X-server has limited memory, this option may have
undesirable effects on the response of your terminal.
|
bool see_progress=n [y/n] | show progress of each frame, slow
|
bool stretchy=(bool) app_data.stretchy [y/n] | if y, use the stretchy mode and fill the window
|
bool want_text=(bool) app_data.textpane [y/n] | if y, display a message window
|
|