oh, you can perfectly well use l1, l2, l3, etc. The same way you can
use a, b, c, x, y and z as variables. I just don't think anybody would
ever want to use those names, because:
Problem 1: after the first bunch of lists you'll never remember what they mean;
Problem 2: variables are displayed in lowercase, "l1" gets really ugly;
I generally use names like "xlist" and "ylist" if I want just 1 plot
(and if they're just points with no real-world meaning). If I have
more than one plot I use names like "population", "year", "pressure",
"volume", etc. something that explicitly informs the user about the
meaning of the data set.
Plus you get nice captions when hovering over the scatter plot or
displaying its label.
The 89 Titanium and Voyage 200 use list1, list2, list3, ... as default
names for the Stat with List Editor APP; those names are not totally
bad, but aren't good either. They're a slight improvement over 84
Pluses' L1, L2, ... which are just plain awful. One has to make an
effort to know where the data came from. If the data came from
Easydata, then L2 is the measurement of CH1, L3 the measurement of
channel 2 and so forth, so you must remember which sensor was
connected to port 1 and to port 2 when you did the experiment (which
could be the week before!). As we have up to 16 chars on the Nspire,
using them is a very wise decision.
Cheers,
Nelson