Help for this page

Select Code to Download


  1. or download this
    @graphdata=([@array_of_xlabels],[@dataset],[@dataset],other datasets..
    +...)
    
  2. or download this
    
    @labels=(array,of,labels)
    ...
        @fixd=$#{$fi}
        push(@graphdata,[@fixd])
    end foreach
    
  3. or download this
    @graphdata=([@labels],[@dataset],[@dataset2])