Execute Network | Edit Network
Author: Michael Gehmeyr Date: 08/2004

Reads in two one-column text files and displays them as time series plots in a single graph by overlaying the (``observed'') data in form of a red line with the other (``predicted'') data in form of blue circles. A PickPlot module is linked in so that the user can point the mouse on any position within the graph and, upon Execute-on-Change, the data values will be shown in a legend.

This network shows how interactive plots are programmed through the modules PickPlot, Pick, Inquire, Route: Pick engages a mouse click to select a point in the image, PickPlot gets the coordinates of the picked point, Inquire etermines whether the point lies inside the plot, and Route allows the picked point to be displayed.