Myxyplot star in DE domain

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

Inputs

X (multiple)int horizontal coordinate
Y (multiple)int vertical coordinate

States

labelStringState The title of the plot "Tk XY Plot"
geometryStringState Specified the location and/or size of the window "600x400+0+0"
xTitleStringState The x-axis label "x"
yTitleStringState The y-axis label "y"
xRangeStringState The range of x-coordinate values "-1.5 1.5"
yRangeStringState The range of y-coordinate values "-1.5 1.5"
persistenceIntState The number of points displayed at any one time "100"
styleStringState Plot styles are dot or connect "dot"
updateSizeIntState The number of points drawn simulataneously. Higher numbers make the response faster. "10"

See: source code, Myxyplot users


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.