15.65.3.2 LIMITED

- Limits the data shown to the specified range. For 3-d data the limit on the dependent variable fully modifies the statistics. The actual data shown my include data outside the Z limits, but the statistics reflects only the data within all limits. If limits are not specified, the default is the current plot limits. See:Command SET LIMITS. 1. X - Specifies X limit 2. Y - Specifies Y limit 3. Z - Specifies the Z limit 4. CURSOR - Brings up the cursor. You move it to the X,Y value you wish then press the space bar to enter both X,Y or X to enter X or Y to enter Y. 5. RECURSOR - The cursor enters both limits. TD:SHOW DATA LIMITED RECURSOR is the same as... TD:SHOW DATA LIMITED FROM CURSOR TO CURSOR 6. VLOG - Draws a cross when you press the space bar, and draws a dotted line around the final limits. example TD:SHOW DATA LIMITED FROM 1,1 to 2,5 or... TD:SHOW DATA LIMITED FROM X=1 Y=1 TO X=2 Y=5 Shows all points that with X between 1 and 2 and Y between 2 and 5 inclusive. TD:SHOW DATA LIMITED FROM Y=1 TO Y=5 Shows all data points with Y values between 1 and 5 inclusive. TD:SHOW DATA LIMITED FROM CURSOR TO CURSOR Shows all data points as defined by the cursor limits. TD:SHOW DATA LIMITED FROM X=CURSOR TO X=CURSOR Shows all data points according to X values defined by the cursor.