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 (c) Martien Verbruggen
24
25 Acknowledgements
26 The original author of most of the code needed to implement this was
27 brian d foy, who sent this module to me after I complained I didn't
28 have the time to implement horizontal bar charts. I took the code that
29 lived in here, and distributed it over axestype.pm and bars.pm, to
30 allow for a better integration all around. His code, in turn, was
31 mainly based on an earlier version of bars.pm and axestype.pm.
32
33
34
35perl v5.28.1 2013-06-22 Graph::hbars(3)