Displays the data in a Window in tabular format.
TABLE(win)
win |
- |
Optional. Window reference. Defaults to the current Window. |
W1: rand(5);table()
generates a 5x5 random series in Window 1 and displays the data tabular mode. Each series is in a separate column; if there is more than one series in a Window, each series appears as a separate column.
Without a Window reference, table is equivalent to setplotstyle(4).
To change point values, press [F9] in an active Window to display a cursor. Select the point values to edit using the arrow keys. Type the new value and press [Enter] to overwrite the old value.
TABLE and TABLEVIEW are identical.