User manual
Configurable Viewer Tools
531
© 2014 Digital Vision
UM-2014.1-07
Graphs Specification
Display a graph or histogram of image colour map.
Parade style centred.
Fill style south-west.
File Specification
A graphs file must end in the extension '.graphs', e.g. test.graphs
It should be a plain text file
The format used for a Graph file is simpler than that used for Grids and
Masks.
Each specification file specifies one or more graphs, each identified by
unique name (a GraphID string) and containing a list of drawing instructions.
Graph File Format
// This is a comment and ignored
<GraphID 1>
{
<Graph Specification>
}
<GraphID 2>
{
<Graph Specification>
}
Graph files :
Do not use semi-colons to terminate lines
Use C++ style comments (two characters "//" at line start)
Overview
The main elements of the graph are shown below :