XFIGPIE(1) XFIGPIE(1) NAME xfigpie - Make a pie chart for xfig SYNOPSIS xfigpie [-p] [-r radius] [-s width] [-x xcenter] [-y ycenter] [-v] area1 area2 area3 ... DESCRIPTION Xfigpie is for making a pie chart for xfig. The output, in xfig format, is printed to stdout. The slices may be detached, color/fill changed, and labels added in xfig. As an example usage: xfigpie 1 2 3 4 > myfile.fig xfig myfile.fig OPTIONS -p Use patterns for fill type, instead of solids. -r radius Radius of pie chart (2400). -s width Add a shadow to the pie chart of offset width (66). -x xcenter X offset of center of pie chart (4800). -y ycenter Y offset of center of pie chart (4800). -v Print the version and copyright banner of the program. area1 area2 area3 ... Area of individual slices. WARNINGS There is little or no provision for handling numerical exceptions. SEE ALSO xfig(1), xfigbar(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 XFIGPIE(1)