AGGraphFieldObj is a macro that makes graphs from one or more field objects.
Output Port
AGGraphFieldObj draws a complete graph plot including axes and legend, based on the node data (only works on node_data) from the input scalar field(s).
Graph's y values are the Field's node_data values. Graph's x values are integer values from 1 to n , where n is the number of y values.
Array of structured scalar fields. One graph is produced for each field in the array. Any dimensionality Fields are accepted, as well as Fields with multiple components of data. Only one component of data is graphed though- you specify which one in the extract_data_array user interface.
This output port connects to a 2D view.
examples/sliceFld.v
AGGraph