in reply to Re: perl bar graph
in thread perl bar graph
This show exactly what I am trying to resolve. By switchingmy @data = ( [ 'Windows', 'Linux', 'Solaris' ], # Swap the next two lines to switch versions of the graph [ 150, 250, 350 ], [ 100, 200, 300 ], );
to[ 150, 250, 350 ], [ 100, 200, 300 ],
[ 100, 200, 300 ], [ 150, 250, 350 ],
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: perl bar graph
by roboticus (Chancellor) on Mar 02, 2015 at 20:25 UTC | |
by poss (Initiate) on Mar 02, 2015 at 22:04 UTC | |
by roboticus (Chancellor) on Mar 02, 2015 at 22:15 UTC |