in reply to Re: pushing into arrays of arrays
in thread pushing into arrays of arrays
@graphdata=([@array_of_xlabels],[@dataset],[@dataset],other datasets.. +...)
@labels=(array,of,labels) loop loop build @dataset end loop push(@sets,[@dataset]) end loop foreach $se (@sets) @set=$#{$se} ((some processing)) push(@fixed,[@set]) end foreach push(@graphdata,[@labels]) foreach $fi (@fixed) @fixd=$#{$fi} push(@graphdata,[@fixd]) end foreach
@graphdata=([@labels],[@dataset],[@dataset2])
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: pushing into arrays of arrays
by Tomte (Priest) on Mar 05, 2004 at 15:50 UTC |