POINTS_DISPLAY is a MATLAB program, using double precision arithmetic, which reads a set of 2D or 3D points from a file and plots them in the MATLAB graphics window.
The file containing the point coordinates is in the TABLE format.
The MATLAB command scatter or scatter3 is used to display the points.
BOX_PLOT is an executable MATLAB program which can color in specified entries of a checkerboard, corresponding to pairs of integer data.
NESTED_SEQUENCE_DISPLAY is a MATLAB program which reads a set of sequences, plots them as horizontal lines of data, and connects sequence entries that are equal.
PLOT_POINTS is an executable FORTRAN90 program which reads a set of points from a file and plots them into an Encapsulated PostScript file.
POINTS_DISPLAY_OPEN_GL is an executable C++ program which reads a set of points from a file and plots them in an OpenGL graphics window.
TABLE is a format that is used for the input file containing the point coordinates.
TRI_MESH_DISPLAY is a MATLAB program which reads data defining a triangular mesh of a 3D surface and displays it.
LSUP_303_2D is a set of 303 points in 2D that outline Lake Superior:
HELIX_201_3D is a set of 201 points in 3D that trace a helix:
You can go up one level to the MATLAB source codes.