XPLOT.ORG(1) | General Commands Manual | XPLOT.ORG(1) |
xplot.org
— fast
tool to graph and visualize lots of data
xplot.org |
[-v] [-x] [-y] [-tile] [-mono] [-1] [-d display | -display display] [-d2 display] file [files...] |
xplot.org
is a fast visualization tool for
examining multiple data sets in parallel plots. It supports easy zoom-in and
zoom-out capabilities, and synchronized views into multiple data sets (with
the -x, -y, and
-tile options).
xplot.org
provides.When running xplot.org,
the mouse may be
used to zoom in and out on data.
Dragging with the left mouse button depressed while inside the axes of the graph draws a rubber-band box around the area to be replotted in the existing window.
Dragging with the left mouse button depressed while outside the axes (below the X-axis or to the left of the Y-axis) selects the range of the axis to plot. In effect, this is like the previous mechanism, but only zooming on one axis.
Dragging with the middle mouse button inside the axes pans the graph; the start-drag position ends up being at the end-drag position. Dragging on the axes pans only in one dimension.
Clicking the left mouse button zooms out to the previous view. One can zoom in multiple times, then back up through each view. Panning locations are not saved.
Clicking the right mouse button exits the program.
Shift-clicking on the mouse buttons produces Postscript files with the same axis extents as the current view. Shift-left produces a full-page view. Shift-middle produces a squarish plot, and shift-right a plot such that three of them fit on a page of LaTeX.
There are several example files demo.0,
demo.1, demo.2, etc., stored
with the xplot.org
sources.
demo.0 lists all the commands.
xplot.org demo.0
xplot.org's
capabilities.
The command
tcpdump -tt -S ... >
tcpdump.out
tcpdump
formatted output trace to
tcpdump.out. The -tt and
-S flags tell tcpdump
to print
an unformatted timestamp and to use absolute TCP sequence numbers.
This trace can then be examined by being processed with
tcpdump2xplot.
tcpdump -plot
tcpdump.out
The xplot.org
command was written by Tim
Shepard as a tool to use in his analysis of TCP performance while at MIT.
Some features were added by Andrew Heybey and Greg Troxel.
Some people may not like that the right mouse button exits without confirmation, although others consider it a feature that enables rapidly viewing hundreds of similar plots.
Should use standard X geometry specifications.
27 January 1999 | Debian |