
plsym: Plots a symbol at the specified points 

DESCRIPTION:

    This function is used in example 7. 

SYNOPSIS:

plsym(n, x, y, code)

ARGUMENTS:

    n (PLINT, input) :      Number of points to be marked. 

    x (PLFLT *, input) :    Pointer to array with set of x coordinate
    values for the points. 

    y (PLFLT *, input) :    Pointer to array with set of y coordinate
    values for the points. 

    code (PLINT, input) :    Code number for the symbol to be plotted. 
