Time Curve 1: DICTIONARY
x-data: REF Time
y-data: REF Species 1
title: Species 1 Population
color: REF Color 1
curve-id: REF Curve ID 1
END DICTIONARY

Time Curve 2: DICTIONARY
x-data: REF Time
y-data: REF Species 2
title: Species 2 Population
color: REF Color 2
curve-id: REF Curve ID 2
END DICTIONARY

Phase Curve: DICTIONARY
x-data: REF Species 1
y-data: REF Species 2
title: Phase Plot
curve-id: REF Curve ID 3
END DICTIONARY

Phase Isocline 1: DICTIONARY
special-curve: line
slope: REF Isocline 1 Slope
y-intercept: REF Isocline 1 Intercept
title: Species 1 Isocline
color: REF Color 1
curve-id: REF Curve ID 4
END DICTIONARY

Phase Isocline 2: DICTIONARY
special-curve: line
slope: REF Isocline 2 Slope
y-intercept: REF Isocline 2 Intercept
title: Species 2 Isocline
color: REF Color 2
curve-id: REF Curve ID 5
END DICTIONARY

Time Plot: DICTIONARY
long-title: Population vs. Time
short-title: Time Plot
x-axis-label: Time Intervals
y-axis-label: Population Size
y-min: INT 0
y-max: REF Population Max
x-ticks: INT 10
y-ticks: INT 10
curves: LIST
REF Time Curve 1
REF Time Curve 2
END LIST
comment: REF comment
parameters-report: REF Params
END DICTIONARY

Phase Plot: DICTIONARY
long-title: Population Phase Plot
short-title: Phase Plot
x-axis-label: Species 1 Population
y-axis-label: Species 2 Population
x-min: INT 0
x-max: REF Species 1 Population Max
y-min: INT 0
y-max: REF Species 2 Population Max
x-ticks: INT 10
y-ticks: INT 10
curves: LIST
REF Phase Isocline 1
REF Phase Isocline 2
REF Phase Curve
END LIST
comment: REF comment
parameters-report: REF Params
END DICTIONARY

plots: LIST
REF Time Plot
REF Phase Plot
END LIST