in reply to Re^3: perl bar graph
in thread perl bar graph

Hi roboticus
Yes that is indeed what I am saying
For my data points
my @data = (
'Windows', 'Linux', 'Solaris' ,
# Swap the next two lines to switch versions of the graph
150, 250, 350 ,
100, 200, 300 ,
# 100, 200, 300 ,
# 150, 250, 350 , );
By uncommenting one or the other <above>, the bar color sizes do update properly, but the numbers are ALWAYS
150, 250, 350
on the top bar and
100, 200, 300
on the bottom bars.
Weird
I am using perl, v5.8.2 built for sun4-solaris if that is any help.
Other than that I am using your exact example.
Thanks
Paul

Replies are listed 'Best First'.
Re^5: perl bar graph
by roboticus (Chancellor) on Mar 02, 2015 at 22:15 UTC

    poss:

    Very strange: I'm definitely having the numbers follow the boxes. Are you having the boxes change size when you flip the lines?

    Just for reference, I'm using perl 5.18.1, GD::Graph v1.48 on MacOS X.

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.