15.58.8 LIMITED

This plots only those data points that fall within the specified X,Y,Z limits. If no limits are specified, then the limits used are those set by the SET LIMIT command. This option has no effect on the density of dots or symbol size. If a singe axis is plotted, then the limits determine the location and length of the axis. example TD:PLOT LIMITED FROM 1,2,3 TO 4,5,6 Only points where 1<=X<=4 2<=Y<=5 3<=X<=6 are plotted. example TD:PLOT LIMITED FROM Z=.5 to Z=10 Only points where 0.5<=Z<=10 are plotted. TD:PLOT LIMITED FROM Y=.01 Only points where 0.01<=Y are plotted. example TD:PLOT LIMITED FROM CURSOR TO CURSOR The cross hair cursor appears on the screen. You move it to the lower X,Y and press the space bar. Then move it to the upper X,Y and press the space bar again. The points plotted will lie within the limits you set.