Maybe "spaghplot" from ATS UCLA might be of interest too:
------------------------------------------------------------------------
-------
help for spagplot
------------------------------------------------------------------------
-------
where yvar xvar are the Y and X variables you wish to plot and
idvar is
the variable that identifies a single observation. Description
spagplot allows you to "spaghetti plot", i.e. a plot of an X
variable and
the predicted values for the Y variable forming a regression line
of the
predicted values of Y by X. A separate regression line is plotted
for
each observation indicated by the idvar variable.
If you specify the nofit option, the actual y values (not the fitted y
values
will be plotted.
Examples
We will show a number of examples from a data file which contains
alcohol
use alcuse at 3 ages, age 14, 15, and 16 for a number of children
(identified by the variable id. The age variable has been centered
around age 14 and is named {id:age_14}. We first show how to obtain
the
data file.