7. Configuring plots

Configuring PAVE Time Series Line Plots

Many aspects of PAVE time series line plots can be configured by the user. To access the main configure menu, click on the configure button at the bottom of the time series line plot. Many users like to edit the minimum and maximum of the axes, and the spacing between and labeling of the ticks. To configure these attributes, first click on the Axis button on the configure menu. An Axis Configuration window will appear, and at the top are buttons that let you choose the axis to edit - select one of these. To set the maximum and minimum values displayed for the axis, enter the desired values in the -max and -min fields. To set the frequency of the tick labels, enter a value for the stepsize. There are also a number of other features that can be configured.

Configuring PAVE Tile Plots

Many aspects of PAVE tile plots can be configured by the user. Configuration settings can also be saved to a file for use in later PAVE plots.

"Control..Configure...Tile..." menu item on a tile plot is used to adjust the configuration of a tile plot. You will see a window similar to the following:

configure

"Control..Configure...Obs..." menu item on the tile plot is used to adjust the configuration of the Observation data points on a tile plot. This is only active when the tile plot has vectors on it. Otherwise, this option is greyed out. You will see a window that will allow you to specify the size and the thickness of the symbols used for the observational data:

configure

"Control..Configure...Contour..." menu item on the tile plot is used to adjust the configuration of the Contour plots. This option is only active when the tile plot has contours on it. Otherwise, this option is greyed out. Need an image showing what this window looks like

"Control..Configure...VectObs..." menu item on the tile plot is used to adjust the configuration of the Vectors overlayed with Observational data. This option is only active when the tile plot has vectors and observational data on it. Otherwise, this option is greyed out. Need an image showing what this window looks like

"Control..Configure...Title/Subtitle Font..." menu item on the tile plot is used to adjust the font size of Titles and Subtitles of the tile plot. Need an image showing what this window looks like

Saving configuration settings for later use

Tile plot configuration settings can be saved to an ASCII file, edited if desired, and reused in future PAVE sessions. Using a tile plot's a "File...Save Configuration Settings" menu item brings up a file browser that allows you to save the current configuration of the tile plot to an ASCII file suitable for editing. The information saved includes the legend range, the format of the legend labels, the number of labels on the legend, the number of tiles/colors used, the colors themselves, and all of the individual toggle and radio buttons on the Configure.. window. In subsequent PAVE sessions, these configuration settings can be retrieved to affect future tile plots.

An example of the file format used is as follows:

ColorMapType    NEWTON_COLORMAP
Legend_Max      0.128
Legend_Min      0.000
Legend_Format   %4.3f
Number_Labels   5
Invert_Colormap 0
Number_Tiles    8
255     0       0       ColorNumber8
255     147     0       ColorNumber7
218     255     0       ColorNumber6
70      255     0       ColorNumber5
0       255     221     ColorNumber4
0       143     255     ColorNumber3
0       95      255     ColorNumber2
223     223     223     ColorNumber1
Save_MPEG_Files 0
Disable_Map     0
Smooth_Plot     1
Draw_Grid_Lines 1
Scale_Vectors   0

Note the following about the format of the configuration file:

Configuration files can be loaded into PAVE sessions in two ways - using the user interface or from the command line. PAVE's main window now has a "File... Choose Configuration File For New Tile Plots" menu item, which can be used to select the file. Alternatively, PAVE's command line arguments or standard input stream can accept input of the form "-configFile ". Once PAVE loads a configuration file, that information will be used as the default for all subsequent PAVE plots, until another configuration file is specified to PAVE.

Next Chapter: Printing and exporting images, animations, and data

Return To Table of Contents