#Example Graph Specification File for BASINS/SARA TS Utility/HSPEXP+. Blank lines are ignored. Keywords for starting and ending graphs are GRAPH and END GRAPH #Proposed extension for this type of file is *.bgsf (BASINS Graph Specification File) #Lines with optional suggest that a user may or may not provide these values #Characters after # will be ignored (Lines with *** will also be ignored) GRAPH #There can be multiple GRAPH blocks #Properties of a graph start here Filename: whatever.png #optional Start Date: 01/01/2002 #optional End Date: 01/01/2009 #optional Type: timeseries #optional (can be timeseries, frequency, scatter. May be more in future) AxisFontType: #optional AxisFontsize: #optional AxisFontColor: #optional DATA #Information about data starts here #There can be multiple data blocks in one GRAPH block Source: ABC.wdm #can be an HBN or a dbf file ID: 59 #needed if wdm file Location: R:1 #needed if HBN or DBF file Constituent: ROVOL #needed if HBN or DBF file Color: red #optional Size: 2 #optional Axis: Left #optional (can be left, right, or aux) Aggregation: Daily Average #optional (possible options are a combo of time steps and aggregation type) Transformation: c to f #optional (possible options are c to f, f to c, product a, sum a, where c = celsius, f = fahrenheit, a = constant) Label: Example plot #optional Labelcolor: #optional Labelfont: #optional Lablesize: #optional END DATA DATA #Information about next data starts here #There can be only one or more time series ... ... END DATA END GRAPH GRAPH ***Specifications for the next graph starts here ... ... ... END GRAPH