Plot Y input(s) vs. X input(s) with dynamic updating. Time stamps are ignored. If there is an event on only one of a matching pair of X and Y inputs, then the previously received value (or zero if none) is used for the other. Two styles are currently supported: "dot" causes points to be plotted, whereas "connect" causes connected lines to be plotted. Drawing a box in the plot will reset the plot area to that outlined by the box. There are also buttons for zooming in and out, and for resizing the box to just fit the data in view.
Derived from: DEStar
Location: DE tcltk library
Version: 1.5 "3/2/95"
Author: E. A. Lee
X (multiple) | int | horizontal coordinate |
Y (multiple) | int | vertical coordinate |
label | StringState | The title of the plot | "Tk XY Plot" |
geometry | StringState | Specified the location and/or size of the window | "600x400+0+0" |
xTitle | StringState | The x-axis label | "x" |
yTitle | StringState | The y-axis label | "y" |
xRange | StringState | The range of x-coordinate values | "-1.5 1.5" |
yRange | StringState | The range of y-coordinate values | "-1.5 1.5" |
persistence | IntState | The number of points displayed at any one time | "100" |
style | StringState | Plot styles are dot or connect | "dot" |
updateSize | IntState | The number of points drawn simulataneously. Higher numbers make the response faster. | "10" |
Copyright (c) 1990-1995 The Regents of the University of California. All rights reserved. See the file $PTOLEMY/copyright for copyright notice, limitation of liability, and disclaimer of warranty provisions.