XFIGBAR(1) XFIGBAR(1) NAME xfigbar - Make a bar chart for xfig SYNOPSIS xfigbar [-f fraction] [-g units] [-p] [-s width] [-t margin] [-w width] [-x xcoord] [-y ycoord] [-v] [-e] height1 height2 height3 ... DESCRIPTION Xfigbar is for making a bar chart for xfig. The output, in xfig format, is printed to stdout. The bars may have the color/fill changed, and labels added in xfig. The output, in xfig format, is printed to stdout. As an example usage: xfigbar 1 2 3 4 > myfile.fig xfig myfile.fig OPTIONS -f fraction Fraction of slot occupied by bar, 0 <= fraction < =1 (0.5). -g units Specify the grid units (factor of 10). -p Use patterns for fill type, instead of solids. -s width Add shadows to the bar chart of offset width (66). -t margin Top margin (1800). -w width Size of a bar plus its separation, ie., slot size (2400). -x xcoord X coordinate of lower left of bar chart (1800). -y ycoord Y coordinate of lower left of bar chart (9600). -v Print the program's version information. -e Remaining arguments on command line specify bar heights. height1 height2 height3 ... Height of individual bars, (heightN comma delimited for stacked bars, ie., h1a,h1b,h1c h2a,h2b,h2c ...) WARNINGS There is little or no provision for handling numerical exceptions, stacked bars with negative heights have ambiguous meaning. SEE ALSO xfig(1), xfigpie(1) DIAGNOSTICS Error messages for incompatible arguments AUTHORS ---------------------------------------------------------------------- A license is hereby granted to reproduce this software source code and to create executable versions from this source code for personal, non-commercial use. The copyright notice included with the software must be maintained in all copies produced. THIS PROGRAM IS PROVIDED "AS IS". THE AUTHOR PROVIDES NO WARRANTIES WHATSOEVER, EXPRESSED OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY, TITLE, OR FITNESS FOR ANY PARTICULAR PURPOSE. THE AUTHOR DOES NOT WARRANT THAT USE OF THIS PROGRAM DOES NOT INFRINGE THE INTELLECTUAL PROPERTY RIGHTS OF ANY THIRD PARTY IN ANY COUNTRY. Copyright (c) 1995-2005, John Conover, All Rights Reserved. Comments and/or bug reports should be addressed to: john@email.johncon.com (John Conover) ---------------------------------------------------------------------- January 17, 2005 XFIGBAR(1)