Show Event Names on Graph
Model EventNamesOnGraph
is designed to add event names (e.g. growth stages) to a Graph
Series
in APSIM NG. This is particularly useful for visualizing the timing of key events in a crop’s growth cycle, such as sowing, flowering, and harvest.
To display event names (such as growth stages) on a graph, follow these steps after running your APSIM simulation:
- Create a new model
Graph
in the simulation tree. - Add a new model
Series
to theGraph
and configure it as your desired output (e.g., x axis asWheat.Phenology.DaysAfterSowing
; y axis asWheat.Grain.Wt
). - Add a new model
EventNamesOnGraph
to theSeries
and select the column name to plot, e.g.Wheat.Phenology.CurrentStageName
.