Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pyxplot(1) [debian man page]

PYXPLOT(1)						      General Commands Manual							PYXPLOT(1)

NAME
pyxplot - a commandline data processing, graph plotting, and vector graphics suite. SYNOPSIS
pyxplot [file ...] DESCRIPTION
PyXPlot is a multi-purpose command-line tool for performing simple data processing and for producing graphs and vector graphics. The cen- tral philosophy of PyXPlot's interface is that common tasks -- for example, plotting labelled graphs of data -- should be accessible via short, simple and intuitive commands which require minimal typing to produce a first draft result. At the same time, these commands also take a sufficient range of optional arguments and settings to allow these figures to be subsequently fine-tuned into a wide range of dif- ferent styles, appropriate for inclusion in reports, talks or academic journals. As well as being a graph-plotting package, PyXPlot also has facilities for fitting mathematical functions to data, for numerically solving simple systems of equations, and for converting datafiles between different formats. Its mathematical environment can interpolate datasets, integrate and differentiate them, and take Fourier transforms. PyXPlot's ability to keep track of the physical units in which data are expressed, and to convert data between different units of measurement, mean that it can be used as a powerful desktop calculator. PyXPlot's interface bears some striking similarities to that of Gnuplot. Specifically, the commands used for plotting simple graphs in the two programs are virtually identical, though the syntax used for more advanced plotting often differs and PyXPlot's mathematical environ- ment is hugely extended over that of Gnuplot. This means that Gnuplot users will have a head start with PyXPlot: simple Gnuplot scripts will often run in PyXPlot with minimal modification. A number of examples of the graphical output which PyXPlot can produce may be found on the PyXPlot website: <http://www.pyxplot.org.uk/>. Full documentation can be found in: /usr/share/doc/pyxplot/pyxplot.pdf COMMAND LINE OPTIONS
-h, --help: Display this help. -v, --version: Display version number. -q, --quiet: Turn off initial welcome message. -V, --verbose: Turn on initial welcome message. -c, --colour: Use coloured highlighting of output. -m, --monochrome: Turn off coloured highlighting. AUTHORS
Dominic Ford, Ross Church and Zoltan Voros <coders@pyxplot.org.uk> CREDITS
Thanks to Dave Ansell, Rachel Holdforth, Stuart Prescott, Michael Rutter and Matthew Smith, all of whom have made substantial contributions to the development of PyXPlot. SEE ALSO
pyxplot_watch(1),gnuplot(1) PYXPLOT(1)

Check Out this Related Man Page

CFETOOLGRAPH(8) 					User Contributed Perl Documentation					   CFETOOLGRAPH(8)

NAME
cfetoolgraph - create graphs from a cfetool database SYNOPSIS
cfetoolgraph name [--path|-p directory name] [--daily|-d] [--weekly|-w] [--yearly|-y] [--timestamps|-T] [--resolution|-r] [--help|-h] DESCRIPTION
The cfetoolgraph command dumps graphs of averages for visual inspection of the normal state database. The files are in a format viewable by "gnuplot" or "xgmr" or other graphical plotting program. The command generates three or four files in a subdirectory of the database directory with a name beginning with either "daily", "weekly" or "yearly", then "-", then either "snapshot" or the current time, if the -T option is used. The files are named "average", "stddev", and "graph". The "graph" file contains both the averages and standard deviations, useful for plotting with error bars. If a histogram file is present, a fourth file named "distr" will also be created, plotting the distribution of fluctuations about the mean value. If the -d, -w and -y options are all omitted, the default is to only graph the weekly database. OPTIONS
--path|-p directory name The directory in which the database specified by name can be found. --daily|-d Graph the daily averages database. --weekly|-w Graph the weekly averages database. --yearly|-y Graph the yearly averages database. --timestamps|-T Time-stamp the output filenames with the current time, in order to give a unique name. --resolution|-r Generate high resolution data (), instead of averaging data over periods of one hour to generate simpler and smoother graphs. --help|-h Prints a short help message and then exits. EXAMPLE
% cfetoolgraph temperature --path /my/path --resolution Create graph files of the weekly database in high resolution in the "/my/path/temperature/weekly-snapshot" directory. AUTHORS
The code and documentation were contributed by Stanford Linear Accelerator Center, a department of Stanford University. This documentation was written by Elizabeth Cassell <e_a_c@mailsnare.net> and Alf Wachsmann <alfw@slac.stanford.edu> COPYRIGHT AND DISCLAIMER
Copyright 2004 Alf Wachsmann <alfw@slac.stanford.edu> and Elizabeth Cassell <e_a_c@mailsnare.net> All rights reserved. perl v5.8.4 2004-09-21 CFETOOLGRAPH(8)
Man Page