in reply to Re: GD graph Invalid data set
in thread GD graph Invalid data set

My apologizes I knew I was missing something. In my @graph_R1 array all I have are integers Ex: my @graph_R1 = (1....125); My array is not initialized the way you have in the above code. Also is that a complex data structure with array of arrays? Thanks.

Replies are listed 'Best First'.
Re^3: GD graph Invalid data set
by poj (Abbot) on Jan 16, 2015 at 20:41 UTC

    You need to show some data and explain what sort of graph you want.

    From this use_axis => [1,1,1,2,2,2], it appears you want 6 plots. If so you need a more complex structure than a single array.

    poj