1Graph::hbars(3) User Contributed Perl Documentation Graph::hbars(3)
2
3
4
6 GD::Graph::hbars - make bar graphs with horizontal bars
7
9 use GD::Graph::hbars;
10
12 This is a wrapper module which is completely identical to creating a
13 GD::Graph::bars object with the "rotate_chart" attribute set to a true
14 value.
15
17 GD::Graph
18
20 Martien Verbruggen <mgjv@tradingpost.com.au>
21
22 Copyright
23
24 (c) Martien Verbruggen
25
26 Acknowledgements
27
28 The original author of most of the code needed to implement this was
29 brian d foy, who sent this module to me after I complained I didn't
30 have the time to implement horizontal bar charts. I took the code that
31 lived in here, and distributed it over axestype.pm and bars.pm, to
32 allow for a better integration all around. His code, in turn, was
33 mainly based on an earlier version of bars.pm and axestype.pm.
34
35
36
37perl v5.8.8 2005-12-13 Graph::hbars(3)