...
Create a new Input Visualiser icon and call it _xygraph_. Set *Input Plot Type* to XY XYPoints and type a list of values (forward slash-delimited) for both *Input X Values* and *Input Y Values* (they should have the same number of elements).
Visualise the icon to get a basic plot of the data. You can drop a customised Symbol Plotting icon into the *Display Window* to change the numbers into markers. Also try dropping a Graph Plotting icon to get connecting lines between the points.
If you wish to have a plot where the individual points are coloured according to some value, set Input Values to a list of numbers. Then an appropriate Symbol Plotting icon will colour the markers.
Customising the view
Now that we have a simple plot, we can make it more professional.
Create a new Cartesian View icon. Ensure that X Automatic and Y Automatic are set to Off, then set X Min, X Max, Y Min and Y Max so that they provide some space around your data points. Visualise the icon and drop your Input Visualiser into the Display Window.
.h2 Cusomtising the view