Query: gd::graph::hbars
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Graph::hbars(3) User Contributed Perl Documentation Graph::hbars(3)NAMEGD::Graph::hbars - make bar graphs with horizontal barsSYNOPSISuse GD::Graph::hbars;DESCRIPTIONThis is a wrapper module which is completely identical to creating a GD::Graph::bars object with the "rotate_chart" attribute set to a true value.SEE ALSOGD::GraphAUTHORMartien Verbruggen <mgjv@tradingpost.com.au> Copyright (c) Martien Verbruggen Acknowledgements The original author of most of the code needed to implement this was brian d foy, who sent this module to me after I complained I didn't have the time to implement horizontal bar charts. I took the code that lived in here, and distributed it over axestype.pm and bars.pm, to allow for a better integration all around. His code, in turn, was mainly based on an earlier version of bars.pm and axestype.pm. perl v5.12.1 2005-12-14 Graph::hbars(3)